Fix refering to unused `preview-card` CSS class instead of `status-card` (#24696)
parent
ece38b9318
commit
a5bc4ea550
|
@ -1155,7 +1155,7 @@ body > [data-popper-placement] {
|
||||||
.video,
|
.video,
|
||||||
.audio,
|
.audio,
|
||||||
.attachment-list,
|
.attachment-list,
|
||||||
.preview-card {
|
.status-card {
|
||||||
margin-left: 46px + 10px;
|
margin-left: 46px + 10px;
|
||||||
width: calc(100% - (46px + 10px));
|
width: calc(100% - (46px + 10px));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue