1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-28 14:58:21 +09:00

Fix visual line-break glitch with .invisible parts of links (#4655)

This commit is contained in:
Eugen Rochko 2017-08-21 17:59:34 +02:00 committed by GitHub
parent 3534e115e5
commit 4cbb638604

View File

@ -237,6 +237,8 @@
line-height: 0;
display: inline-block;
width: 0;
height: 0;
position: absolute;
}
.ellipsis {