Showing
1 changed file
with
4 additions
and
1 deletions
@@ -90,7 +90,10 @@ | @@ -90,7 +90,10 @@ | ||
90 | > li { | 90 | > li { |
91 | height: 89px; | 91 | height: 89px; |
92 | line-height: 89px; | 92 | line-height: 89px; |
93 | - padding-left: 32px; | 93 | + padding: 0 32px; |
94 | + white-space: nowrap; | ||
95 | + overflow: hidden; | ||
96 | + text-overflow: ellipsis; | ||
94 | 97 | ||
95 | &.focus { | 98 | &.focus { |
96 | background-color: #fff; | 99 | background-color: #fff; |
-
Please register or login to post a comment