Fix very wide images overflowing posts horizontally (#39812)

This commit is contained in:
diondiondion
2026-07-14 15:58:49 +02:00
committed by GitHub
parent 243fd25f93
commit dde6c28e97

View File

@@ -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;