Skip to content

Commit

Permalink
fix header font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoguang committed Jan 4, 2025
1 parent 607102a commit 5f7018d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web_src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -692,10 +692,13 @@ input:-webkit-autofill:active,
}

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

.ui.dropdown .menu > .header:not(.ui) {
font-size: 0.95em ; /* reset fomantic's small font-size */
}

.ui .text.left {
text-align: left !important;
}
Expand Down

0 comments on commit 5f7018d

Please sign in to comment.