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

local
Eugen Rochko 7 years ago committed by GitHub
parent 3534e115e5
commit 4cbb638604
  1. 2
      app/javascript/styles/components.scss

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

Loading…
Cancel
Save