rusackas commented on a change in pull request #9709:
URL: 
https://github.com/apache/incubator-superset/pull/9709#discussion_r419227092



##########
File path: superset-frontend/src/SqlLab/main.less
##########
@@ -158,6 +158,7 @@ div.Workspace {
 
       &:last-child {
         margin-right: 0;
+        font-family: @font-family-monospace;

Review comment:
       ```suggestion
           font-feature-settings: 'kern' 1, 'tnum' 1;
   ```
   ^ this is another option, if you want to stick with the `Inter UI` font 
rather than changing to `Fira Code`. This turns on the "tabular numbers" 
feature, which should have the same fixed-width effect.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to