Commit 38b4276cd67da2d2410177db02ca71064b3e51a9
1 parent
078e02eb
Exists in
bug_fix_vote_action_style
fix alignment on vote action article header for title with more than 1 line
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
_internal_page.sass
@@ -53,8 +53,12 @@ | @@ -53,8 +53,12 @@ | ||
53 | p | 53 | p |
54 | color: #999 | 54 | color: #999 |
55 | font-size: 13px | 55 | font-size: 13px |
56 | + #article-header | ||
57 | + position: relative | ||
56 | .vote-actions | 58 | .vote-actions |
57 | position: absolute | 59 | position: absolute |
60 | + top: auto | ||
61 | + bottom: 65px | ||
58 | .action | 62 | .action |
59 | &.like-action .like-action-counter | 63 | &.like-action .like-action-counter |
60 | color: #89ba3f | 64 | color: #89ba3f |