mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 11:41:44 +00:00
fix again(never break long tag)
This commit is contained in:
@@ -70,17 +70,25 @@ articleItemColor = #777
|
|||||||
.ArticleList-item-bottom
|
.ArticleList-item-bottom
|
||||||
padding-bottom 5px
|
padding-bottom 5px
|
||||||
.tags
|
.tags
|
||||||
word-wrap break-word
|
|
||||||
color articleItemColor
|
color articleItemColor
|
||||||
line-height 18px
|
line-height 18px
|
||||||
|
word-wrap break-word
|
||||||
|
clearfix()
|
||||||
i.fa-tags
|
i.fa-tags
|
||||||
display inline
|
display inline
|
||||||
|
float left
|
||||||
|
padding 2px 2px 0 0
|
||||||
|
height 14px
|
||||||
|
line-height 13px
|
||||||
a
|
a
|
||||||
background-color brandColor
|
background-color brandColor
|
||||||
|
float left
|
||||||
color white
|
color white
|
||||||
border-radius 2px
|
border-radius 2px
|
||||||
padding 1px 5px
|
padding 1px 5px
|
||||||
margin 2px
|
margin 2px
|
||||||
|
height 14px
|
||||||
|
line-height 13px
|
||||||
font-size 10px
|
font-size 10px
|
||||||
opacity 0.8
|
opacity 0.8
|
||||||
&:hover
|
&:hover
|
||||||
|
|||||||
Reference in New Issue
Block a user