We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
display: inline-block
.ui.ui.dropdown
1 parent bda7777 commit 1c451e6Copy full SHA for 1c451e6
web_src/css/base.css
@@ -1355,7 +1355,6 @@ table th[data-sortt-desc] .svg {
1355
1356
.btn,
1357
.ui.ui.button,
1358
-.ui.ui.dropdown,
1359
.flex-text-inline {
1360
display: inline-flex;
1361
align-items: center;
@@ -1364,6 +1363,10 @@ table th[data-sortt-desc] .svg {
1364
1363
min-width: 0; /* make ellipsis work */
1365
}
1366
+.ui.ui.dropdown {
1367
+ display: inline-block;
1368
+}
1369
+
1370
.ui.ui.dropdown.selection {
1371
min-width: 14em; /* match the default min width */
1372
0 commit comments