Skip to content

Commit

Permalink
fix: sql lab autocomplete width (#11063)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Ritter authored Sep 25, 2020
1 parent d056e3d commit 052d7a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion superset-frontend/src/SqlLab/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,9 @@ div.tablePopover {
font-family: @font-family-monospace;

&.ace_autocomplete {
width: 520px;
// Use !important because Ace Editor applies extra CSS at the last second
// when opening the autocomplete.
width: 520px !important;
}
}

Expand Down

0 comments on commit 052d7a0

Please sign in to comment.