You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/05/04 06:07:10 UTC

[GitHub] [incubator-superset] rusackas commented on a change in pull request #9709: Truncate timer to seconds

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org