Skip to content

Commit bb0872b

Browse files
committed
tags in ArticleList will be wrapped properly
1 parent b65101f commit bb0872b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

browser/styles/main/ArticleList.styl

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ articleItemColor = #777
1616
.ArticleList-item
1717
border solid 2px transparent
1818
position relative
19-
height 110px
19+
min-height 110px
2020
width 100%
2121
cursor pointer
2222
transition 0.1s
@@ -68,12 +68,13 @@ articleItemColor = #777
6868
code
6969
font-family Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace
7070
.ArticleList-item-bottom
71-
overflow-x auto
72-
white-space nowrap
73-
padding-top 6px
71+
padding-bottom 5px
7472
.tags
73+
word-wrap break-word
7574
color articleItemColor
76-
height 14px
75+
line-height 18px
76+
i.fa-tags
77+
display inline
7778
a
7879
background-color brandColor
7980
color white

0 commit comments

Comments
 (0)