Fix preview cards layout in thread view (#24677)

master
Claire 2023-04-27 01:45:19 +02:00 committed by GitHub
parent d4511f2a76
commit d8a06c1375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1154,7 +1154,8 @@ body > [data-popper-placement] {
.media-gallery,
.video,
.audio,
.attachment-list {
.attachment-list,
.preview-card {
margin-left: 46px + 10px;
width: calc(100% - (46px + 10px));
}