Fix checklist item alignments and step edit alignment [SCI-6961] (#4242)

This commit is contained in:
ajugo 2022-07-13 21:02:21 +02:00 committed by GitHub
parent 4968a8d4ef
commit 914516ac4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,7 @@
}
.step-checklist-item {
padding-left: var(--left-component-padding);
padding-left: 5px;
}
.step-element-header {
@ -38,7 +38,7 @@
}
.step-checklist-add-item {
margin-left: 9px;
margin-left: 12px;
.fas {
margin-right: .5em;

View file

@ -270,6 +270,7 @@
margin-left: auto;
position: absolute;
right: 0;
top: 0;
.fas {
font-size: 14px;