Skip to content

Commit 2736024

Browse files
committed
fix Title overflow behaviour
1 parent 9a32ca8 commit 2736024

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

browser/styles/main/HomeContainer/components/ArticleList.styl

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,20 @@ articleItemColor = #777
3232
float right
3333
line-height 20px
3434
.middle
35-
clearfix()
3635
padding 3px 0 7px
3736
font-size 16px
37+
position relative
38+
height 26px
3839
.mode
39-
float left
40+
position absolute
41+
left 0
4042
font-size 12px
4143
line-height 16px
4244
.title
43-
float left
45+
position absolute
46+
left 19px
47+
right 0
4448
overflow ellipsis
45-
padding 0 5px
4649
.bottom
4750
padding 5px 0
4851
overflow-x auto

0 commit comments

Comments
 (0)