* forcing fixed width fonts on ace editor * making styles global (for sql editors outside SqlLab * prettier
This commit is contained in:
parent
8e4dcd0509
commit
72518e20ee
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue