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.
1 parent 89b56b8 commit 209d0f9Copy full SHA for 209d0f9
web_src/css/base.css
@@ -1155,9 +1155,10 @@ table th[data-sortt-desc] .svg {
1155
}
1156
1157
.ui.list.flex-items-block > .item,
1158
+.ui.form .field > label.flex-text-block, /* override fomantic "block" style */
1159
.flex-items-block > .item,
1160
.flex-text-block {
- display: flex !important; /* override various fomantic "block" styles, since we are using "flex block" explicitly, it's fine to be "important" */
1161
+ display: flex;
1162
align-items: center;
1163
gap: .5rem;
1164
min-width: 0;
0 commit comments