From bb0872b4fc3897356ba0ee7e882eb3667b6409fe Mon Sep 17 00:00:00 2001 From: Rokt33r Date: Tue, 15 Mar 2016 15:51:35 +0900 Subject: [PATCH] tags in ArticleList will be wrapped properly --- browser/styles/main/ArticleList.styl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/browser/styles/main/ArticleList.styl b/browser/styles/main/ArticleList.styl index ee0da8c1..f1c52732 100644 --- a/browser/styles/main/ArticleList.styl +++ b/browser/styles/main/ArticleList.styl @@ -16,7 +16,7 @@ articleItemColor = #777 .ArticleList-item border solid 2px transparent position relative - height 110px + min-height 110px width 100% cursor pointer transition 0.1s @@ -68,12 +68,13 @@ articleItemColor = #777 code font-family Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace .ArticleList-item-bottom - overflow-x auto - white-space nowrap - padding-top 6px + padding-bottom 5px .tags + word-wrap break-word color articleItemColor - height 14px + line-height 18px + i.fa-tags + display inline a background-color brandColor color white