Skip to content

Commit 5f7018d

Browse files
committed
fix header font-size
1 parent 607102a commit 5f7018d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: web_src/css/base.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -692,10 +692,13 @@ input:-webkit-autofill:active,
692692
}
693693

694694
.ui.dropdown .menu > .header {
695-
font-size: 0.8em;
696695
text-transform: none; /* reset fomantic's "uppercase" */
697696
}
698697

698+
.ui.dropdown .menu > .header:not(.ui) {
699+
font-size: 0.95em ; /* reset fomantic's small font-size */
700+
}
701+
699702
.ui .text.left {
700703
text-align: left !important;
701704
}

0 commit comments

Comments
 (0)