diff options
author | ThibG <thib@sitedethib.com> | 2019-06-07 12:41:08 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-06-07 12:41:08 +0200 |
commit | cdb420862eb54f6fbfde3b8485a61e0c052ff9f4 (patch) | |
tree | 586f4acbd0de69ce07c728b29b0e09f6b1888806 | |
parent | 62e6a29f0b15e8d6040bc19b388545ad096e55c4 (diff) |
Fix display of alt-text when a media attachment is not available (#10981)
-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 8c9a9864d..46bccf609 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; |