Fix article wrapping around share-box (#246)

Set `overflow: hidden` on `article-metadata` to contain `share-box`.
This commit is contained in:
George Cushen 2017-08-30 00:12:06 +01:00
commit cf5ca46f1f

View file

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