Browse Source

Update input

pull/2743/head
jlukic 9 years ago
parent
commit
e6c57803d7
2 changed files with 3 additions and 0 deletions
  1. 1
      RELEASE-NOTES.md
  2. 2
      src/definitions/elements/input.less

1
RELEASE-NOTES.md

@ -13,6 +13,7 @@
**Additional Bugs**
- **Input** - Input now will reset `font-weight` and `font-style` if set on parent;
- **Menu** - Added `flex: 0 0 auto` to menu item to make sure menu do not collapse text content to reduce space
- **Menu** - Fixed issue with `labeled input` text inside menu not appearing vertically centered

2
src/definitions/elements/input.less

@ -30,6 +30,8 @@
.ui.input {
position: relative;
font-weight: normal;
font-style: normal;
display: inline-flex;
color: @inputColor;
}

Loading…
Cancel
Save