Browse Source

Fix .ui.button not inheriting .ui.action.input’s size

pull/5764/head
Andrew Golubev 7 years ago
parent
commit
819a078dc7
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/elements/input.less

1
src/definitions/elements/input.less

@ -408,6 +408,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
flex: 0 0 auto; flex: 0 0 auto;
font-size: inherit;
} }
.ui.action.input > .button, .ui.action.input > .button,
.ui.action.input > .buttons > .button { .ui.action.input > .buttons > .button {

Loading…
Cancel
Save