Browse Source

Css tweak

Angus McLeod 7 years ago
parent
commit
6612110007
1 changed files with 4 additions and 0 deletions
  1. 4 0
      assets/stylesheets/wizard/wizard_custom.scss

+ 4 - 0
assets/stylesheets/wizard/wizard_custom.scss

@@ -118,6 +118,10 @@
   .wizard-buttons > a, .wizard-buttons > button {
     display: inline-block;
     vertical-align: middle;
+
+    &.done {
+      min-width: 55px;
+    }
   }
 }