Skip to content
Snippets Groups Projects
Commit 6db8d056 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2309671 by herom: Fixed admin configuration page RTL CSS.

parent 6f9fc447
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -21,7 +21,11 @@ ...@@ -21,7 +21,11 @@
float: right; float: right;
} }
.layout-column + .layout-column { .layout-column + .layout-column {
padding-left: 10px; padding-left: 10px; /* LTR */
}
[dir="rtl"] .layout-column + .layout-column {
padding-right: 10px;
padding-left: 0;
} }
.layout-column.half { .layout-column.half {
width: 50%; width: 50%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment