mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 12:42:12 +08:00
fix: Label font weight should be semi bold, fixes #11629
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
display: inline-block;
|
||||
padding: 2px 4px;
|
||||
font-size: $font-size-base * 0.846;
|
||||
font-weight: bold;
|
||||
font-weight: $font-weight-semi-bold;
|
||||
line-height: 14px; // ensure proper line-height if floated
|
||||
color: $white;
|
||||
vertical-align: baseline;
|
||||
|
Reference in New Issue
Block a user