Browse Source

statusbar: Use horizontal `ch` unit instead of vertical `em`

Renée Kooi 7 years ago
parent
commit
da3df53e4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/scss/_statusbar.scss

+ 1 - 1
src/scss/_statusbar.scss

@@ -82,7 +82,7 @@
 }
 
 .uppy-StatusBar-contentPadding {
-  margin-right: 0.3em;
+  margin-right: 0.5ch; // ½ the size of a 0, roughly the size of a space usually
 }
 
 .uppy-StatusBar-status {