mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
fix Title overflow behaviour
This commit is contained in:
@@ -32,17 +32,20 @@ articleItemColor = #777
|
|||||||
float right
|
float right
|
||||||
line-height 20px
|
line-height 20px
|
||||||
.middle
|
.middle
|
||||||
clearfix()
|
|
||||||
padding 3px 0 7px
|
padding 3px 0 7px
|
||||||
font-size 16px
|
font-size 16px
|
||||||
|
position relative
|
||||||
|
height 26px
|
||||||
.mode
|
.mode
|
||||||
float left
|
position absolute
|
||||||
|
left 0
|
||||||
font-size 12px
|
font-size 12px
|
||||||
line-height 16px
|
line-height 16px
|
||||||
.title
|
.title
|
||||||
float left
|
position absolute
|
||||||
|
left 19px
|
||||||
|
right 0
|
||||||
overflow ellipsis
|
overflow ellipsis
|
||||||
padding 0 5px
|
|
||||||
.bottom
|
.bottom
|
||||||
padding 5px 0
|
padding 5px 0
|
||||||
overflow-x auto
|
overflow-x auto
|
||||||
|
|||||||
Reference in New Issue
Block a user