From 970b7895be57dccb98178ac9a73bb41f1413670c Mon Sep 17 00:00:00 2001 From: Christian Sadilek Date: Tue, 1 Aug 2017 14:49:50 -0400 Subject: [PATCH] style(topstories): Fix view more stories alignment on windows (#3059) --- system-addon/content-src/components/Topics/_Topics.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system-addon/content-src/components/Topics/_Topics.scss b/system-addon/content-src/components/Topics/_Topics.scss index 4e0f6db86f..99f3e82276 100644 --- a/system-addon/content-src/components/Topics/_Topics.scss +++ b/system-addon/content-src/components/Topics/_Topics.scss @@ -2,7 +2,7 @@ $topic-grey: #BFC0C7; $topic-blue: #008EA4; - font-size: 13px; + font-size: 12px; color: $topic-grey; margin-top: $topic-margin-top; line-height: 1.6; @@ -55,6 +55,7 @@ background-image: url('#{$image-path}topic-show-more-12.svg'); background-repeat: no-repeat; vertical-align: middle; + background-position-y: 1px; } }