Browse Source

#2181, min width on circular

pull/2228/merge
jlukic 9 years ago
parent
commit
e604aefa1d
1 changed files with 1 additions and 0 deletions
  1. 1
      src/themes/material/elements/button.overrides

1
src/themes/material/elements/button.overrides

@ -3,6 +3,7 @@
.ui.button { .ui.button {
min-width: 72px; min-width: 72px;
} }
.ui.circular.button,
.ui.buttons .button { .ui.buttons .button {
min-width: 0px; min-width: 0px;
} }

Loading…
Cancel
Save