mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
EditListingPhotosPanel: no shrink
This commit is contained in:
parent
321fe2009f
commit
8489dd5fe8
1 changed files with 5 additions and 1 deletions
|
|
@ -5,10 +5,12 @@
|
|||
height: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.imagesField {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.addImageWrapper {
|
||||
|
|
@ -97,10 +99,12 @@
|
|||
}
|
||||
|
||||
.tip {
|
||||
flex-shrink: 0;
|
||||
color: var(--matterColorAnti);
|
||||
}
|
||||
|
||||
.submitButton {
|
||||
flex-shrink: 0;
|
||||
margin-top: auto;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue