Skip to content

Commit 209d0f9

Browse files
committed
fine tune style
1 parent 89b56b8 commit 209d0f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_src/css/base.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,9 +1155,10 @@ table th[data-sortt-desc] .svg {
11551155
}
11561156

11571157
.ui.list.flex-items-block > .item,
1158+
.ui.form .field > label.flex-text-block, /* override fomantic "block" style */
11581159
.flex-items-block > .item,
11591160
.flex-text-block {
1160-
display: flex !important; /* override various fomantic "block" styles, since we are using "flex block" explicitly, it's fine to be "important" */
1161+
display: flex;
11611162
align-items: center;
11621163
gap: .5rem;
11631164
min-width: 0;

0 commit comments

Comments
 (0)