From 1e23e713fb9dbd00632e39cc3ba6320c4ab1f01e Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 12 Feb 2020 12:38:15 +0100 Subject: wtf is text-align start --- webAO/client.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit