diff options
| author | sD <stoned@derpymail.org> | 2020-02-12 12:38:15 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-12 12:38:15 +0100 |
| commit | 1e23e713fb9dbd00632e39cc3ba6320c4ab1f01e (patch) | |
| tree | aa5309a93148c2fec364ae63646a80beb6ea0d1c /webAO | |
| parent | 95d8907f492c70c83a97e13d04a55c09473402c0 (diff) | |
wtf is text-align start
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.css b/webAO/client.css index 1deea9b..a23aa66 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -254,7 +254,7 @@ img { word-break: keep-all; word-wrap: break-word; overflow-wrap: break-word; - text-align: start; + text-align: left; overflow: hidden; scroll-behavior: smooth; } |
