1
0
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:
Rokt33r
2015-11-05 14:47:53 +09:00
parent 9a32ca893e
commit 2736024cb7

View File

@@ -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