feat(client/rtl): handle float

This commit is contained in:
Elian Doran 2025-10-08 17:52:41 +03:00
parent 87fb3c1e82
commit 20e293f5df
No known key found for this signature in database

View File

@ -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;