Merge pull request #521 from mistydemeo/fix_invisible_css

Fix `invisible` CSS class
This commit is contained in:
Eugen 2017-01-24 21:26:18 +01:00 committed by GitHub
commit 326c75b35b
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@
.invisible {
font-size: 0;
line-height: 0;
display: inline-block;
width: 0;
}
.ellipsis {