🎨 répare l'alignement des checkbox

pull/367/head
Johan Girod 2018-09-20 12:03:42 +02:00
parent 448d00ccf0
commit a62867f909
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ ul.ui__.checklist {
}
.ui__.checklist-explanation {
padding-left: 1rem;
padding-left: calc(0.6rem + 8px);
border-left: 2px dashed var(--colour);
margin: 0 0 -0.6rem 8px;
margin: 0 0 -1rem 8px;
}