From 4fa277285e5117782ec4f76987cda9f7b7978f77 Mon Sep 17 00:00:00 2001 From: sD Date: Sun, 19 Apr 2020 18:01:48 +0200 Subject: use min-width instead of width --- webAO/styles/chatbox/drv3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO/styles/chatbox/drv3.css') diff --git a/webAO/styles/chatbox/drv3.css b/webAO/styles/chatbox/drv3.css index b0bf605..3818d82 100644 --- a/webAO/styles/chatbox/drv3.css +++ b/webAO/styles/chatbox/drv3.css @@ -12,7 +12,7 @@ transform: skew(15deg); padding: 0 0.45em; height: 20%; - width: 20%; + min-width: 20%; text-align: left; letter-spacing: 0.075em; background: #0e0a02; -- cgit