From: Eugen Rochko Date: Mon, 21 Aug 2017 15:59:34 +0000 (+0200) Subject: Fix visual line-break glitch with .invisible parts of links (#4655) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=4cbb6386049f4037c146ed3cf52c852cc3d8f9d5;p=mastodon.git Fix visual line-break glitch with .invisible parts of links (#4655) --- diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index f66be5111..ef1797e72 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -237,6 +237,8 @@ line-height: 0; display: inline-block; width: 0; + height: 0; + position: absolute; } .ellipsis {