Skip to content

Commit

Permalink
ui: make some css more important
Browse files Browse the repository at this point in the history
  • Loading branch information
anikachurilova committed Feb 3, 2025
1 parent 1197843 commit bfa8443
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ a.subject:hover {

label.helptext {
display: block;
color: @mutedTextColor;
font-weight: normal;
font-size: 0.9em;
color: @mutedTextColor !important;
font-weight: normal !important;
font-size: 0.9em !important;
margin-top: -0.8em; // counterweight Form field bottom margin
margin-bottom: @defaultMargin;
}
Expand Down

0 comments on commit bfa8443

Please sign in to comment.