Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
style(topstories): Fix view more stories alignment on windows (#3059)
Browse files Browse the repository at this point in the history
  • Loading branch information
csadilek authored and Mardak committed Aug 1, 2017
1 parent 1b4406c commit 970b789
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system-addon/content-src/components/Topics/_Topics.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
}

}

0 comments on commit 970b789

Please sign in to comment.