From 236d0cef399e79b3481dd460be005c59eef33ac9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 20 May 2024 18:47:41 +0100 Subject: [PATCH] Try reverse direction so that tab order makes sense --- epicyon-profile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 1e2824af6..5beeb1326 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -392,7 +392,7 @@ details { .headericons { display: inline-block; float: right; - flex-direction: row-reverse; + direction: rtl; } blockquote {