Преглед на файлове

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;