Skip to content

Commit b53ff5d

Browse files
committed
fix again(never break long tag)
1 parent bb0872b commit b53ff5d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

browser/styles/main/ArticleList.styl

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,25 @@ articleItemColor = #777
7070
.ArticleList-item-bottom
7171
padding-bottom 5px
7272
.tags
73-
word-wrap break-word
7473
color articleItemColor
7574
line-height 18px
75+
word-wrap break-word
76+
clearfix()
7677
i.fa-tags
7778
display inline
79+
float left
80+
padding 2px 2px 0 0
81+
height 14px
82+
line-height 13px
7883
a
7984
background-color brandColor
85+
float left
8086
color white
8187
border-radius 2px
8288
padding 1px 5px
8389
margin 2px
90+
height 14px
91+
line-height 13px
8492
font-size 10px
8593
opacity 0.8
8694
&:hover

0 commit comments

Comments
 (0)