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 292704f  Use monospace (#9709)
292704f is described below

commit 292704fec9b93e33459c5671164b3885b98417cc
Author: Bogdan <[email protected]>
AuthorDate: Wed May 6 08:37:16 2020 -0700

    Use monospace (#9709)
    
    Update superset-frontend/src/SqlLab/main.less
    
    Co-authored-by: Evan Rusackas <[email protected]>
    
    Co-authored-by: bogdan kyryliuk <[email protected]>
    Co-authored-by: Evan Rusackas <[email protected]>
---
 superset-frontend/src/SqlLab/main.less | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset-frontend/src/SqlLab/main.less 
b/superset-frontend/src/SqlLab/main.less
index 19cd5f8..ade020a 100644
--- a/superset-frontend/src/SqlLab/main.less
+++ b/superset-frontend/src/SqlLab/main.less
@@ -158,6 +158,7 @@ div.Workspace {
 
       &:last-child {
         margin-right: 0;
+        font-feature-settings: 'kern' 1, 'tnum' 1;
       }
     }
   }

Reply via email to