mirror of
https://github.com/apache/superset.git
synced 2026-04-09 03:16:07 +00:00
fix: sql lab autocomplete width (#11063)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user