Fix `invisible` CSS class

th-downstream
Misty De Meo 8 years ago
parent 593737499e
commit 6b829eea23

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

Loading…
Cancel
Save