Skip to content

Commit

Permalink
fix(form): keep a compact dropdown compact
Browse files Browse the repository at this point in the history
If one declares a selection dropdown as compact, this was overridden when such dropdown was used inside a form.
  • Loading branch information
lubber-de committed Aug 28, 2021
1 parent f8f79e7 commit a9bb462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/collections/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
---------------------*/

/* Block */
.ui.form .field > .selection.dropdown {
.ui.form .field > .selection.dropdown:not(.compact) {
min-width: auto;
width: 100%;
}
Expand Down

0 comments on commit a9bb462

Please sign in to comment.