mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
Fix article wrapping around share-box
(#246)
Set `overflow: hidden` on `article-metadata` to contain `share-box`.
This commit is contained in:
parent
993cd5e9a3
commit
cf5ca46f1f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue