mirror of
https://github.com/apache/superset.git
synced 2026-04-10 20:06:13 +00:00
* forcing fixed width fonts on ace editor * making styles global (for sql editors outside SqlLab * prettier
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user