fixed sizing issues with attachments in some non-status containers
This commit is contained in:
parent
dd32a33d59
commit
45fe334cd7
1 changed files with 3 additions and 1 deletions
|
@ -96,9 +96,11 @@
|
|||
|
||||
.gallery-row {
|
||||
position: relative;
|
||||
max-height: 30em;
|
||||
width: 100%;
|
||||
flex-grow: 1;
|
||||
.Status & {
|
||||
max-height: 30em;
|
||||
}
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-top: 0.5em;
|
||||
|
|
Loading…
Reference in a new issue