From: Misty De Meo Date: Tue, 24 Jan 2017 19:07:46 +0000 (-0800) Subject: Fix `invisible` CSS class X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=adda642c63d01e362e0629ee956e9b3af9748644;p=mastodon.git Fix `invisible` CSS class --- diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 4a3a7df5f..de6a45963 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -63,6 +63,8 @@ .invisible { font-size: 0; line-height: 0; + display: inline-block; + width: 0; } .ellipsis {