Browse Source

The width of inputs that are inside of a dropdown’s `.menu` should never be overridden

pull/5097/head
Andrew Golubev 8 years ago
parent
commit
dfc7599f6b
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/dropdown.less

2
src/definitions/modules/dropdown.less

@ -182,7 +182,7 @@
}
.ui.dropdown .menu > .input {
width: auto;
width: auto !important;
display: flex;
margin: @menuInputMargin;
min-width: @menuInputMinWidth;

Loading…
Cancel
Save