diff options
| author | sD <stoned@derpymail.org> | 2020-06-06 16:07:05 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-06-06 16:07:05 +0200 |
| commit | dd42d849259c8078e69167b4631c06be36dbebaa (patch) | |
| tree | ee02ca5e49c6edbdb3b3f80f751f45ca9e88589c /webAO | |
| parent | 8aef7eb2987eba5172cf88cefd254e03d05731cd (diff) | |
make emote name fit in the box
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/client.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 9dd6338..f49b395 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -341,6 +341,8 @@ cursor: pointer; box-shadow: 0 0 0 2px #000 inset; border-radius: 4px; + word-break: break-all; + overflow-y: hidden; } #client_emo { |
