forcing fixed width fonts on ace editor (fixes #9095) (#9183)

* forcing fixed width fonts on ace editor

* making styles global (for sql editors outside SqlLab

* prettier
This commit is contained in:
Evan Rusackas 2020-02-24 10:09:22 -08:00 committed by GitHub
parent 8e4dcd0509
commit 72518e20ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -366,6 +366,11 @@ div.tablePopover {
border: 1px solid @gray-light; border: 1px solid @gray-light;
} }
.ace_editor,
.ace_editor div {
font-family: @font-family-monospace;
}
.Select-menu-outer { .Select-menu-outer {
min-width: 100%; min-width: 100%;
width: inherit; width: inherit;