about summary refs log tree commit diff
path: root/app/javascript/styles/components.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-08-21 17:59:34 +0200
committerGitHub <noreply@github.com>2017-08-21 17:59:34 +0200
commit4cbb6386049f4037c146ed3cf52c852cc3d8f9d5 (patch)
tree13a83af8b9e58a843930682d32c5fd24f886e8ab /app/javascript/styles/components.scss
parent3534e115e5127f12292a84442b46ce93643c6d0d (diff)
Fix visual line-break glitch with .invisible parts of links (#4655)
Diffstat (limited to 'app/javascript/styles/components.scss')
-rw-r--r--app/javascript/styles/components.scss2
1 files changed, 2 insertions, 0 deletions
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 {