From dd42d849259c8078e69167b4631c06be36dbebaa Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 6 Jun 2020 16:07:05 +0200 Subject: make emote name fit in the box --- webAO/styles/client.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webAO/styles/client.css') 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 { -- cgit