Browse Source

A fluid dropdown should be fluid

When we have a `.fluid.dropdown` inside of `.inline.fields` the dropdown is set to `auto` because of the `.inline.fields`
A fluid dropdown should always be 100%
pull/6204/head
Melek REBAI 7 years ago
committed by GitHub
parent
commit
cbf2c4a3c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/dropdown.less

2
src/definitions/modules/dropdown.less

@ -1188,7 +1188,7 @@ select.ui.dropdown {
.ui.fluid.dropdown {
display: block;
width: 100%;
width: 100% !important;
min-width: 0em;
}
.ui.fluid.dropdown > .dropdown.icon {

Loading…
Cancel
Save