This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 72518e2 forcing fixed width fonts on ace editor (fixes #9095) (#9183)
72518e2 is described below
commit 72518e20ee625f89da2bbc6e9cd20de2fd2b738c
Author: Evan Rusackas <[email protected]>
AuthorDate: Mon Feb 24 10:09:22 2020 -0800
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
---
superset-frontend/src/SqlLab/main.less | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/superset-frontend/src/SqlLab/main.less
b/superset-frontend/src/SqlLab/main.less
index 7076708..1c6d1ec 100644
--- a/superset-frontend/src/SqlLab/main.less
+++ b/superset-frontend/src/SqlLab/main.less
@@ -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;