Merge pull request #33709 from uraniummeltdown/linespacing

Adjustable Chat Line Height
This commit is contained in:
Jordan Brown
2017-12-21 12:48:15 -05:00
committed by CitadelStationBot
parent 72d33b8c6b
commit b188266478
3 changed files with 30 additions and 1 deletions
@@ -13,7 +13,7 @@ body {
background: #fff;
font-family: Verdana, sans-serif;
font-size: 9pt;
line-height: 1.4;
line-height: 1.2;
overflow-x: hidden;
overflow-y: scroll;
word-wrap: break-word;