From 20e293f5df7e7a0c9e07e7fdf84bddb9619f1c3d Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 8 Oct 2025 17:52:41 +0300 Subject: [PATCH] feat(client/rtl): handle float --- apps/client/src/stylesheets/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 670b3a904..0e847a227 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -339,7 +339,7 @@ button kbd { .ui-menu kbd { margin-inline-start: 30px; - float: right; + float: inline-end; } .suppressed { @@ -841,7 +841,7 @@ table.promoted-attributes-in-tooltip th { } .tooltip-inner figure.image-style-side { - float: right; + float: inline-end; } .tooltip.show { @@ -916,7 +916,7 @@ table.promoted-attributes-in-tooltip th { } .help-button { - float: right; + float: inline-end; background: none; font-weight: 900; color: orange;