]> cat aescling's git repositories - mastodon.git/commitdiff
Fix `invisible` CSS class
authorMisty De Meo <mistydemeo@github.com>
Tue, 24 Jan 2017 19:07:46 +0000 (11:07 -0800)
committerMisty De Meo <mistydemeo@github.com>
Tue, 24 Jan 2017 19:49:31 +0000 (11:49 -0800)
app/assets/stylesheets/components.scss

index 4a3a7df5fd75166031c3ed6febb57c3f7abe808c..de6a45963363c73fe1c2fd9147d589065ac08f79 100644 (file)
@@ -63,6 +63,8 @@
 .invisible {
   font-size: 0;
   line-height: 0;
+  display: inline-block;
+  width: 0;
 }
 
 .ellipsis {