Commit 75b75c8a10baac4b5f268bcfc76bde9d97197c8a

Authored by Antonio Terceiro
1 parent 86d3871e

Don't let large words make us look broken

(ActionItem1686)
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
@@ -1071,6 +1071,7 @@ a.comment-picture { @@ -1071,6 +1071,7 @@ a.comment-picture {
1071 1071
1072 .comment-text { 1072 .comment-text {
1073 font-size: 11px; 1073 font-size: 11px;
  1074 + overflow: hidden;
1074 } 1075 }
1075 1076
1076 .comment-logged-out .comment-text { 1077 .comment-logged-out .comment-text {