From 38b4276cd67da2d2410177db02ca71064b3e51a9 Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Wed, 2 Dec 2015 12:06:46 -0200 Subject: [PATCH] fix alignment on vote action article header for title with more than 1 line --- _internal_page.sass | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/_internal_page.sass b/_internal_page.sass index c59a2cb..5a1acc5 100644 --- a/_internal_page.sass +++ b/_internal_page.sass @@ -53,8 +53,12 @@ p color: #999 font-size: 13px + #article-header + position: relative .vote-actions position: absolute + top: auto + bottom: 65px .action &.like-action .like-action-counter color: #89ba3f -- libgit2 0.21.2