Merge pull request #1153 from nextcloud/fix/noid/style

Fix checkbox padding
This commit is contained in:
Raimund Schlüßler 2020-07-30 22:26:13 +02:00 committed by GitHub
commit dde37a584e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -880,6 +880,7 @@ $blue_due: #4271a6; // due dates and low importance
.detail-checkbox {
padding: 11px 10px;
padding-right: 7px;
input[type='checkbox'].checkbox + label {
&::before {
@ -1274,7 +1275,7 @@ $blue_due: #4271a6; // due dates and low importance
}
> span {
font-weight: bold;
margin-left: 10px;
margin-left: 7px;
}
}
}