Add margin to checkbox to prevent overlap with text on right, remove spaces
This commit is contained in:
parent
bb38e11ba8
commit
2d0d91773b
3 changed files with 10 additions and 3 deletions
|
|
@ -228,3 +228,11 @@ a:hover {
|
|||
.uk-pagination > .uk-active > * {
|
||||
color: @global-primary-background;
|
||||
}
|
||||
|
||||
/*
|
||||
* Checkboxes
|
||||
*/
|
||||
|
||||
.uk-checkbox {
|
||||
margin-right: 4px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue