Browse Source

Fix `invisible` CSS class

closed-social-glitch-2
Misty De Meo 7 years ago
parent
commit
adda642c63
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/assets/stylesheets/components.scss

+ 2
- 0
app/assets/stylesheets/components.scss View File

@ -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