mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 03:31:52 +00:00
tags in ArticleList will be wrapped properly
This commit is contained in:
@@ -16,7 +16,7 @@ articleItemColor = #777
|
|||||||
.ArticleList-item
|
.ArticleList-item
|
||||||
border solid 2px transparent
|
border solid 2px transparent
|
||||||
position relative
|
position relative
|
||||||
height 110px
|
min-height 110px
|
||||||
width 100%
|
width 100%
|
||||||
cursor pointer
|
cursor pointer
|
||||||
transition 0.1s
|
transition 0.1s
|
||||||
@@ -68,12 +68,13 @@ articleItemColor = #777
|
|||||||
code
|
code
|
||||||
font-family Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace
|
font-family Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace
|
||||||
.ArticleList-item-bottom
|
.ArticleList-item-bottom
|
||||||
overflow-x auto
|
padding-bottom 5px
|
||||||
white-space nowrap
|
|
||||||
padding-top 6px
|
|
||||||
.tags
|
.tags
|
||||||
|
word-wrap break-word
|
||||||
color articleItemColor
|
color articleItemColor
|
||||||
height 14px
|
line-height 18px
|
||||||
|
i.fa-tags
|
||||||
|
display inline
|
||||||
a
|
a
|
||||||
background-color brandColor
|
background-color brandColor
|
||||||
color white
|
color white
|
||||||
|
|||||||
Reference in New Issue
Block a user