Skip to content

Commit

Permalink
fix text overflow when puzzle upvote count > 999
Browse files Browse the repository at this point in the history
  • Loading branch information
flugsio committed Dec 9, 2014
1 parent a68f0d6 commit b1f8826
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public/stylesheets/puzzle.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@
display: block;
font-size: 24px;
text-decoration: none;
width: 40px;
}
#puzzle div.upvote.enabled a:hover,
#puzzle div.upvote a.active {
Expand All @@ -149,7 +148,6 @@
#puzzle div.upvote span.count {
display: block;
font-size: 24px;
width: 40px;
line-height: 1;
}
#puzzle #disqus_thread {
Expand Down

0 comments on commit b1f8826

Please sign in to comment.