mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 08:57:41 +08:00
Fix css for stotck modal [SCI-6698] (#3999)
Co-authored-by: Anton <anton@scinote.net>
This commit is contained in:
parent
3a4cab9d0a
commit
29cbf99498
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
.stock-final-container {
|
.stock-final-container {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: $color-concrete;
|
background: $color-concrete;
|
||||||
|
border-radius: $border-radius-modal;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
Loading…
Reference in a new issue