Browse Source

Login: adjust login width decimal place

see #1475
Felix Niklas 7 years ago
parent
commit
17fdf715d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/assets/stylesheets/zammad.scss

+ 1 - 1
app/assets/stylesheets/zammad.scss

@@ -2336,7 +2336,7 @@ kbd {
   }
 
   .btn:not(.btn--text) {
-    min-width: calc(33% - 6px); // auth provider width
+    min-width: calc(33.33% - 6px); // auth provider width
   }
 }