Showing
1 changed file
with
6 additions
and
6 deletions
@@ -45,15 +45,15 @@ | @@ -45,15 +45,15 @@ | ||
45 | color: #999; | 45 | color: #999; |
46 | font-size: 12px; | 46 | font-size: 12px; |
47 | line-height: 18px; | 47 | line-height: 18px; |
48 | + width: 100%; | ||
49 | + height: 18px; | ||
50 | + display: block; | ||
51 | + white-space: nowrap; | ||
52 | + text-overflow: ellipsis; | ||
53 | + overflow: hidden; | ||
48 | 54 | ||
49 | a { | 55 | a { |
50 | color: #999; | 56 | color: #999; |
51 | - width: 100%; | ||
52 | - height: 18px; | ||
53 | - display: block; | ||
54 | - white-space: nowrap; | ||
55 | - text-overflow: ellipsis; | ||
56 | - overflow: hidden; | ||
57 | } | 57 | } |
58 | } | 58 | } |
59 | 59 |
-
Please register or login to post a comment