~cytrogen/masto-fe

a5bc4ea550e0d7be484662fbd1cb9a0c71874854 — Claire 2 years ago ece38b9
Fix refering to unused `preview-card` CSS class instead of `status-card` (#24696)

1 files changed, 1 insertions(+), 1 deletions(-)

M app/javascript/styles/mastodon/components.scss
M app/javascript/styles/mastodon/components.scss => app/javascript/styles/mastodon/components.scss +1 -1
@@ 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));
    }