fix: sql lab autocomplete width (#11063)

This commit is contained in:
Erik Ritter
2020-09-25 10:13:21 -07:00
committed by GitHub
parent d056e3dfd3
commit 052d7a0a3e

View File

@@ -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;
}
}