Browse Source

Fixes #1137 minwidth on fluid dropdown

pull/1139/head
jlukic 10 years ago
parent
commit
30f9a585c7
1 changed files with 2 additions and 0 deletions
  1. 2
      src/definitions/modules/dropdown.less

2
src/definitions/modules/dropdown.less

@ -595,6 +595,8 @@ select.ui.dropdown {
.ui.fluid.dropdown {
display: block;
width: 100%;
min-width: 0em;
}
.ui.fluid.dropdown > .dropdown.icon {
float: right;

Loading…
Cancel
Save