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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

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