@@ -172,7 +172,7 @@ button, .button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
- padding: 6px 12px;
+ padding: 6px 16px;
width: auto;
min-height: $default-height;
cursor: pointer;
@@ -42,7 +42,9 @@
button {
white-space: nowrap;
overflow: hidden;
- text-overflow: ellipsis;
+ text-overflow: ellipsis;
+ height: 44px;
+ min-width: 44px;
}