Skip to content

Commit

Permalink
Merge pull request psychs#219 from titanous/fix-limelight-overflow
Browse files Browse the repository at this point in the history
Fix nick overflow in Limelight theme
  • Loading branch information
psychs committed Mar 26, 2016
2 parents 1fe1dc6 + 8ccbbe9 commit ce502fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/Themes/Limelight.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ body.normal .sender[type=normal], body.normal .sender[type=myself] {
padding-right: 0.3ex;
text-align: right;
width: 20ex;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

body.normal div.line[type=action] .sender[type=normal], div.line[type=action] .sender[type=myself] {
Expand Down

0 comments on commit ce502fa

Please sign in to comment.