mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix: sql lab autocomplete width (#11063)
This commit is contained in:
@@ -423,7 +423,9 @@ div.tablePopover {
|
|||||||
font-family: @font-family-monospace;
|
font-family: @font-family-monospace;
|
||||||
|
|
||||||
&.ace_autocomplete {
|
&.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