mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-22 23:03:00 +08:00
Fix label preview height in print modal [SCI-7410]
This commit is contained in:
parent
5d40e0cafa
commit
c2338d677d
1 changed files with 2 additions and 0 deletions
|
@ -68,7 +68,9 @@
|
|||
background-color: $color-concrete;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
max-height: 300px;
|
||||
min-height: 200px;
|
||||
overflow-y: auto;
|
||||
padding: .5em 0;
|
||||
|
||||
img {
|
||||
|
|
Loading…
Reference in a new issue