From cf5ca46f1fa3272a08f17f4cb734c2e31f9a6810 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Wed, 30 Aug 2017 00:12:06 +0100 Subject: [PATCH] Fix article wrapping around `share-box` (#246) Set `overflow: hidden` on `article-metadata` to contain `share-box`. --- static/css/hugo-academic.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/hugo-academic.css b/static/css/hugo-academic.css index 05de84b2..b9b57100 100644 --- a/static/css/hugo-academic.css +++ b/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;