Browse Source

removed extra comma

pull/582/head
Mohammad Younes 11 years ago
parent
commit
176185f881
1 changed files with 1 additions and 1 deletions
  1. 2
      src/elements/input.less

2
src/elements/input.less

@ -287,7 +287,7 @@
border-right: none;
}
.ui.action.input > .button,
.ui.action.input > .buttons, {
.ui.action.input > .buttons {
display: table-cell;
border-top-left-radius: 0px;

Loading…
Cancel
Save