forked from AkkomaGang/akkoma-fe
Change attachments margin to not cause the element to overflow.
This commit is contained in:
parent
0379ad3ac2
commit
e64905d88b
1 changed files with 2 additions and 2 deletions
|
@ -33,10 +33,10 @@
|
|||
.attachments {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-right: -0.8em;
|
||||
margin-right: -0.7em;
|
||||
.attachment {
|
||||
flex: 1 0 30%;
|
||||
margin: 0.5em 0.8em 0.6em 0.0em;
|
||||
margin: 0.5em 0.7em 0.6em 0.0em;
|
||||
align-self: flex-start;
|
||||
|
||||
&.html {
|
||||
|
|
Loading…
Reference in a new issue