Fix refering to unused `preview-card` CSS class instead of `status-card` (#24696)

This commit is contained in:
Claire 2023-04-28 07:50:31 +02:00 committed by GitHub
parent ece38b9318
commit a5bc4ea550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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