Skip to content

Commit

Permalink
fix: sql lab autocomplete width (apache#11063)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Ritter authored and auxten committed Nov 20, 2020
1 parent 6443cf2 commit 6473559
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 6473559

Please sign in to comment.