]> cat aescling's git repositories - mastodon.git/commitdiff
Fix visual line-break glitch with .invisible parts of links (#4655)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 21 Aug 2017 15:59:34 +0000 (17:59 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2017 15:59:34 +0000 (17:59 +0200)
app/javascript/styles/components.scss

index f66be511189f1be45ffaf21981e909f7ac1bdd7c..ef1797e7203fc642d03db0855f3922c6301380b5 100644 (file)
   line-height: 0;
   display: inline-block;
   width: 0;
+  height: 0;
+  position: absolute;
 }
 
 .ellipsis {