You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2020/05/06 15:37:35 UTC

[incubator-superset] branch master updated: Use monospace (#9709)

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 <b....@gmail.com>
AuthorDate: Wed May 6 08:37:16 2020 -0700

    Use monospace (#9709)
    
    Update superset-frontend/src/SqlLab/main.less
    
    Co-authored-by: Evan Rusackas <ev...@preset.io>
    
    Co-authored-by: bogdan kyryliuk <bo...@dropbox.com>
    Co-authored-by: Evan Rusackas <ev...@preset.io>
---
 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;
       }
     }
   }