You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by er...@apache.org on 2020/03/09 19:46:42 UTC

[incubator-superset] branch master updated: removing safari "fix" for ACE editor font width jank. (#9264)

This is an automated email from the ASF dual-hosted git repository.

erikrit 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 d8fea64  removing safari "fix" for ACE editor font width jank. (#9264)
d8fea64 is described below

commit d8fea640f89160f8aeccfcc3702f1fc39ae08fd8
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Mon Mar 9 12:46:25 2020 -0700

    removing safari "fix" for ACE editor font width jank. (#9264)
---
 superset-frontend/src/SqlLab/main.less | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/superset-frontend/src/SqlLab/main.less b/superset-frontend/src/SqlLab/main.less
index 809e099..230dbcf 100644
--- a/superset-frontend/src/SqlLab/main.less
+++ b/superset-frontend/src/SqlLab/main.less
@@ -364,10 +364,6 @@ div.tablePopover {
 
 .ace_editor {
   border: 1px solid @gray-light;
-}
-
-.ace_editor,
-.ace_editor div {
   font-feature-settings: @font-feature-settings;
   font-family: @font-family-monospace;
 }