Skip to content
Snippets Groups Projects
Commit 326c75b3 authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Merge pull request #521 from mistydemeo/fix_invisible_css

Fix `invisible` CSS class
parents e47b8e77 adda642c
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,8 @@
.invisible {
font-size: 0;
line-height: 0;
display: inline-block;
width: 0;
}
.ellipsis {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment