Skip to content

Commit

Permalink
Only set bold font for th > label, not td > label
Browse files Browse the repository at this point in the history
Regression introduced by d27ea37.

Fixes #28084
  • Loading branch information
dregad committed Mar 18, 2021
1 parent 623c74b commit 5615c1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/ace-mantis.css
Expand Up @@ -343,10 +343,13 @@ textarea.input-xs, select.input-xs[multiple] {

th > label,
td > label {
font-weight: bold;
font-size: 13px;
}

th > label {
font-weight: bold;
}

.scrollable-menu {
height: auto;
max-height: 435px;
Expand Down

0 comments on commit 5615c1b

Please sign in to comment.