Browse Source

#2288 Fixes label word-wrap issue on dropdown

pull/2300/head
jlukic 9 years ago
parent
commit
ee33d26e36
1 changed files with 2 additions and 1 deletions
  1. 3
      src/definitions/modules/dropdown.less

3
src/definitions/modules/dropdown.less

@ -1,4 +1,4 @@
/*!
]/*!
* # Semantic UI - Dropdown
* http://github.com/semantic-org/semantic-ui/
*
@ -622,6 +622,7 @@ select.ui.dropdown {
user-select: none;
display: inline-block;
vertical-align: baseline;
white-space: normal;
font-size: @labelSize;
padding: @labelPadding;
margin: @labelMargin;

Loading…
Cancel
Save