mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-13 18:59:22 -05:00
small fix for attachment width
This commit is contained in:
parent
7843e10d5f
commit
59a5d2e752
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
grid-auto-flow: row dense;
|
grid-auto-flow: row dense;
|
||||||
|
|
||||||
width: max-content;
|
width: max-content;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
margin: .125rem 0 .125rem;
|
margin: .125rem 0 .125rem;
|
||||||
|
|
Loading…
Reference in a new issue