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

View File

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