mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-27 10:08:11 +08:00
Fix checklist item alignments and step edit alignment [SCI-6961] (#4242)
This commit is contained in:
parent
4968a8d4ef
commit
914516ac4c
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -270,6 +270,7 @@
|
|||
margin-left: auto;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
|
||||
.fas {
|
||||
font-size: 14px;
|
||||
|
|
Loading…
Reference in a new issue