Browse Source

Revert the changes and increase the selector’s specificity.

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

4
src/definitions/modules/dropdown.less

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

Loading…
Cancel
Save