Skip to content

Commit

Permalink
Remove word-wrap from label #3006
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Sep 13, 2015
1 parent fe7a246 commit 180f963
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ $('.ui.form')
- **Dropdown** - Fixed issue with ',' key not being allowed in dropdown due to user tagging shortcut key #3016
- **Message** - `ui list` used inside `ui message` now aligns properly in all conditions #2958
- **Form Validation** - Validation messages in `error message` group are now correctly removed when invalid field revalidates on blur
- **Label** - Labels no longer force single line using `word-wrap: nowrap` #3006
- **Table** - Fixed issue where `(x) column segment table` was inheriting accidentally inheriting some grid styles
- **Grid** - Fixed `middle aligned grid` not applying to columns #2959
- **Menu** - Fixed issue where `right menu` was not floating correctly inside a `menu > container` on mobile #2969
Expand Down
1 change: 0 additions & 1 deletion src/definitions/elements/label.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

.ui.label {
display: inline-block;
white-space: nowrap;
line-height: 1;
vertical-align: @verticalAlign;

Expand Down

0 comments on commit 180f963

Please sign in to comment.