diff options
| author | sD <stoned@derpymail.org> | 2020-04-07 23:10:38 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-07 23:10:38 +0200 |
| commit | 56a21a7956cdda8e2bb296928a11be3358ab04e5 (patch) | |
| tree | 313ff0b733788fea9cc8b97a929ac33a64cb26e6 /webAO/styles/chatbox | |
| parent | caa5596464c7a34a32fa3e020896f49012d77a5b (diff) | |
set min width to a not text related value
Diffstat (limited to 'webAO/styles/chatbox')
| -rw-r--r-- | webAO/styles/chatbox/yttd.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/styles/chatbox/yttd.css b/webAO/styles/chatbox/yttd.css index b9d5d70..6f3b122 100644 --- a/webAO/styles/chatbox/yttd.css +++ b/webAO/styles/chatbox/yttd.css @@ -48,7 +48,7 @@ top: 0; left: 0; height: 25%; - min-width: 3.25em; + min-width: 10%; text-justify: distribute; letter-spacing: 0.075em; font-weight: bold; |
