Skip to content

Commit 1c451e6

Browse files
committed
using display: inline-block in .ui.ui.dropdown
1 parent bda7777 commit 1c451e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

web_src/css/base.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,6 @@ table th[data-sortt-desc] .svg {
13551355

13561356
.btn,
13571357
.ui.ui.button,
1358-
.ui.ui.dropdown,
13591358
.flex-text-inline {
13601359
display: inline-flex;
13611360
align-items: center;
@@ -1364,6 +1363,10 @@ table th[data-sortt-desc] .svg {
13641363
min-width: 0; /* make ellipsis work */
13651364
}
13661365

1366+
.ui.ui.dropdown {
1367+
display: inline-block;
1368+
}
1369+
13671370
.ui.ui.dropdown.selection {
13681371
min-width: 14em; /* match the default min width */
13691372
}

0 commit comments

Comments
 (0)