Browse Source

Merge pull request #5097 from Banandrew/5085

[Dropdown] The width of inputs that are inside of a dropdown’s `.menu` should never be overridden
pull/5603/merge
Jack Lukic 7 years ago
committed by GitHub
parent
commit
bf088d3246
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

@ -181,7 +181,7 @@
margin: @menuDividerMargin;
}
.ui.dropdown .menu > .input {
.ui.dropdown.dropdown .menu > .input {
width: auto;
display: flex;
margin: @menuInputMargin;

Loading…
Cancel
Save