diff options
author | ThibG <thib@sitedethib.com> | 2019-06-07 12:41:08 +0200 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-11-19 16:48:30 -0600 |
commit | a64b016195b3388c61ecf241fefeb396c63eb0c1 (patch) | |
tree | 3f378dafdf6ce33ff3ed4d5f5bd2a33bc920adf1 /app/javascript/styles | |
parent | 117686fd0022f7efaadf5317b0e56566ccd1c0d5 (diff) |
Fix display of alt-text when a media attachment is not available (#10981)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 63c38ff42..65259ea88 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -4747,7 +4747,6 @@ a.status-card.compact:hover { display: block; text-decoration: none; color: $secondary-text-color; - line-height: 0; position: relative; z-index: 1; |