logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 326c75b35b826aa9e807fe7d1972ade41d789663
parent: e47b8e778b21ff4bda4fac79a5935028127edb53
Author: Eugen <eugen@zeonfederated.com>
Date:   Tue, 24 Jan 2017 21:26:18 +0100

Merge pull request #521 from mistydemeo/fix_invisible_css

Fix `invisible` CSS class

Diffstat:

Mapp/assets/stylesheets/components.scss2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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 {