浏览代码

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;
             }
         }
     }