diff options
| author | sD <stoned@derpymail.org> | 2020-04-19 18:01:48 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-19 18:01:48 +0200 |
| commit | 4fa277285e5117782ec4f76987cda9f7b7978f77 (patch) | |
| tree | 05d3190d232c79015ac785777b942086ebf53c7a /webAO/styles/chatbox/drae.css | |
| parent | efedc1bb6b4a2d8061149b4db5649a732fdac21c (diff) | |
use min-width instead of width
Diffstat (limited to 'webAO/styles/chatbox/drae.css')
| -rw-r--r-- | webAO/styles/chatbox/drae.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/styles/chatbox/drae.css b/webAO/styles/chatbox/drae.css index 02ebd7c..e5aa2aa 100644 --- a/webAO/styles/chatbox/drae.css +++ b/webAO/styles/chatbox/drae.css @@ -11,7 +11,7 @@ display: block; padding: 0 0.45em; height: 24%; - width: 50%; + min-width: 50%; text-align: left; letter-spacing: 0.075em; font-weight: bold; |
