commit: 4cbb6386049f4037c146ed3cf52c852cc3d8f9d5
parent: 3534e115e5127f12292a84442b46ce93643c6d0d
Author: Eugen Rochko <eugen@zeonfederated.com>
Date: Mon, 21 Aug 2017 17:59:34 +0200
Fix visual line-break glitch with .invisible parts of links (#4655)
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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 {