Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-07-30 23:22:29 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-07-30 23:22:29 +0300
commit031bd9f3273a1d53c40baae3e24b3ff854bee4fc (patch)
treefa5ce75932ee24d97ee8a7a3146bb249647d95df
parent8f39094eb4971344be5458d256e8f50cfba91fec (diff)
Fix checkbox padding
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
-rw-r--r--css/src/style.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/src/style.scss b/css/src/style.scss
index 86f99023..923c34a3 100644
--- a/css/src/style.scss
+++ b/css/src/style.scss
@@ -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;
}
}
}