fix: sql lab autocomplete width (#11063)
This commit is contained in:
parent
d056e3dfd3
commit
052d7a0a3e
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue