Explorar o código

Fix cut off emoji in media box caption (#388)

Danilo Bargen %!s(int64=8) %!d(string=hai) anos
pai
achega
072bb124a5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/sass/components/_mediabox.scss

+ 1 - 0
src/sass/components/_mediabox.scss

@@ -99,6 +99,7 @@ mediabox {
                 overflow: hidden;
                 overflow: hidden;
                 white-space: nowrap;
                 white-space: nowrap;
                 text-overflow: ellipsis;
                 text-overflow: ellipsis;
+                line-height: 1.3em;
             }
             }
         }
         }
     }
     }