feat(client/rtl): handle margin-left

This commit is contained in:
Elian Doran
2025-10-08 17:44:17 +03:00
parent adff36cf22
commit 247ab1aec3
27 changed files with 71 additions and 71 deletions

View File

@@ -45,7 +45,7 @@ const TPL = /*html*/`
}
.promoted-attribute-cell div.input-group {
margin-left: 10px;
margin-inline-start: 10px;
display: flex;
min-height: 40px;
}