diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-07-09 16:51:49 -0700 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-07-09 16:51:49 -0700 |
| commit | 5fdbb37fc0458a48112a8a83022b9490217a3aa2 (patch) | |
| tree | 71771b94cced07a0014c80dfb56731f22899cd17 | |
| parent | da7a81a71845350857215e084a4aeb6e49b0bd94 (diff) | |
| download | bulletin-5fdbb37fc0458a48112a8a83022b9490217a3aa2.tar.gz | |
Improved chat styling
| -rw-r--r-- | css/chat.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/chat.css b/css/chat.css index de68863..2cd4005 100644 --- a/css/chat.css +++ b/css/chat.css @@ -85,6 +85,7 @@ display: flex; clear: both; cursor: default; + max-width: 75%; } .chlist li.chfailed { color: #777777; |
