Fix invisible CSS class

This commit is contained in:
Misty De Meo 2017-01-24 11:07:46 -08:00
parent 593737499e
commit 6b829eea23

View file

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