mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-11 07:35:35 -05:00
Fix very wide images overflowing posts horizontally (#39812)
This commit is contained in:
@@ -7251,6 +7251,7 @@ a.status-card {
|
||||
border-radius: 8px;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
min-height: 64px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
||||
Reference in New Issue
Block a user