mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
update default text line-height (#11711)
This commit is contained in:
parent
452b385c12
commit
87d144aae3
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ a {
|
|||
padding: $pad-xlarge;
|
||||
border-radius: 3px;
|
||||
background-color: $core-white;
|
||||
// desired default line-height for text is 1.5x the font size.
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.has-sidebar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue