Showing
1 changed file
with
3 additions
and
3 deletions
@@ -392,7 +392,7 @@ $basicBtnC: #eb0313; | @@ -392,7 +392,7 @@ $basicBtnC: #eb0313; | ||
392 | } | 392 | } |
393 | 393 | ||
394 | .activity-phrase { | 394 | .activity-phrase { |
395 | - display: inline-block; | 395 | + display: table-cell; |
396 | height: 40px; | 396 | height: 40px; |
397 | background: #d0021b; | 397 | background: #d0021b; |
398 | padding: 0 10px; | 398 | padding: 0 10px; |
@@ -405,8 +405,8 @@ $basicBtnC: #eb0313; | @@ -405,8 +405,8 @@ $basicBtnC: #eb0313; | ||
405 | text-overflow: -o-ellipsis-lastline; | 405 | text-overflow: -o-ellipsis-lastline; |
406 | text-overflow: ellipsis; | 406 | text-overflow: ellipsis; |
407 | white-space: nowrap; | 407 | white-space: nowrap; |
408 | - position: relative; | ||
409 | - top: 8px; | 408 | + margin-top: 3px; |
409 | + float: left; | ||
410 | } | 410 | } |
411 | } | 411 | } |
412 | 412 |
-
Please register or login to post a comment