Skip to content
Snippets Groups Projects
Commit 10cb15a2 authored by Thom's avatar Thom :tools:
Browse files

Set font-weight for inline labels

parent 0f532ba6
No related branches found
No related tags found
1 merge request!1146Fix bold labels
......@@ -37,6 +37,10 @@ body {
.control-label-plain:after {
content: ""; }
.inlineLabel {
font-weight: 400;
}
.formbutton-default {
padding: 6px 10px;
border-bottom-style: solid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment