Fix label preview height in print modal [SCI-7410]

This commit is contained in:
Anton 2022-10-27 12:13:25 +02:00
parent 5d40e0cafa
commit c2338d677d

View file

@ -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 {