diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-08-21 17:59:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-21 17:59:34 +0200 |
commit | 4cbb6386049f4037c146ed3cf52c852cc3d8f9d5 (patch) | |
tree | 13a83af8b9e58a843930682d32c5fd24f886e8ab /app | |
parent | 3534e115e5127f12292a84442b46ce93643c6d0d (diff) |
Fix visual line-break glitch with .invisible parts of links (#4655)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/components.scss | 2 |
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 { |