diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-07-27 00:30:42 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-07-27 00:30:42 -0400 |
commit | d0ec435399ff3308be1b79ad67e37321b9a97b8e (patch) | |
tree | 9298f875c7cb6328294427d8e543c9024a08798d /styles/client/base.css | |
parent | a97fcacb0ce4d2f30fbe989ec1f62f6bd95c7e9a (diff) |
[chat] Use an object instead of a list
Diffstat (limited to 'styles/client/base.css')
-rw-r--r-- | styles/client/base.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/styles/client/base.css b/styles/client/base.css index 85bec49..0ecba9b 100644 --- a/styles/client/base.css +++ b/styles/client/base.css @@ -342,7 +342,11 @@ div.game > h2 { } div.game > span { - width: 50%; + width: 40%; + padding-left: 5%; + padding-right: 5%; + overflow: hidden; + white-space: nowrap; display: inline-block; } |