Try reverse direction so that tab order makes sense

main
Bob Mottram 2024-05-20 18:47:41 +01:00
parent 3e097df965
commit 236d0cef39
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ details {
.headericons { .headericons {
display: inline-block; display: inline-block;
float: right; float: right;
flex-direction: row-reverse; direction: rtl;
} }
blockquote { blockquote {