ソースを参照

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

Danilo Bargen 8 年 前
コミット
072bb124a5
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/sass/components/_mediabox.scss

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

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