浏览代码

Fix article wrapping around `share-box` (#246)
Set `overflow: hidden` on `article-metadata` to contain `share-box`.

George Cushen 8 年之前
父节点
当前提交
cf5ca46f1f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      static/css/hugo-academic.css

+ 1 - 0
static/css/hugo-academic.css

@@ -441,6 +441,7 @@ article {
 .article-metadata {
   margin-bottom: 20px;
   line-height: 30px; /* Match share bar line height. */
+  overflow: hidden;
   font-size: 14px;
   letter-spacing: 0.03em;
   color: #888;