mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
CMS BS5 migration - Adding the left spacing to the labels next to checkbox (#20780)
* adding left-margin for the checkbox-label * moving the styling to appropriate file and making it more generic GitOrigin-RevId: 66484344891c77f6d31147ef7d0e0d55987a8445
This commit is contained in:
parent
d61997373f
commit
f2c167a026
1 changed files with 4 additions and 0 deletions
|
@ -179,4 +179,8 @@
|
|||
|
||||
@include body-sm;
|
||||
}
|
||||
|
||||
.checkbox-label {
|
||||
margin-left: var(--spacing-04);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue