mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 00:03:27 +08:00
Add report.scss
This commit is contained in:
parent
d9df37745f
commit
8ff8a0b005
1 changed files with 1 additions and 1 deletions
|
@ -538,9 +538,9 @@ label {
|
|||
.report-checklist-item {
|
||||
display: -webkit-box; /* for wkhtmltopdf compatibility */
|
||||
display: flex;
|
||||
-webkit-box-pack: start; /* for wkhtmltopdf compatibility */
|
||||
justify-content: start;
|
||||
margin-top: .5em;
|
||||
-webkit-box-pack: start; /* for wkhtmltopdf compatibility */
|
||||
|
||||
div:nth-child(2) {
|
||||
margin-top: .2em;
|
||||
|
|
Loading…
Reference in a new issue