Browse Source

Fixes #1886, <button> in group does not take full width

pull/1890/head
jlukic 9 years ago
parent
commit
fa7fdf32f0
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/elements/button.less

1
src/definitions/elements/button.less

@ -2384,6 +2384,7 @@
.ui.vertical.buttons .button {
display: block;
float: none;
width: 100%;
margin: @verticalGroupOffset;
box-shadow: @verticalBoxShadow;
}

Loading…
Cancel
Save