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 {
|
.attachments {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-right: -0.8em;
|
margin-right: -0.7em;
|
||||||
.attachment {
|
.attachment {
|
||||||
flex: 1 0 30%;
|
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;
|
align-self: flex-start;
|
||||||
|
|
||||||
&.html {
|
&.html {
|
||||||
|
|
Loading…
Reference in a new issue