diff --git a/core/modules/help/help-rtl.css b/core/modules/help/help-rtl.css index 8e40a8c255ec88035fcf4c5ead90cb651a31c233..035d5d2d7520d0776bf6f4fe8d8a0098b2eff954 100644 --- a/core/modules/help/help-rtl.css +++ b/core/modules/help/help-rtl.css @@ -1,10 +1,10 @@ .help-items { float: right; - padding-right: 0; - padding-left: 3%; + margin-right: 0; + margin-left: 3%; } .help-items-last { - padding-right: 0; - padding-left: 0; + margin-right: 0; + margin-left: 0; } diff --git a/core/modules/help/help.css b/core/modules/help/help.css index 92281707a5a6ce4daf4deed00749ac56321b77b6..bc252966dd35a2865e9b3432d76a1cb401e3bdf2 100644 --- a/core/modules/help/help.css +++ b/core/modules/help/help.css @@ -2,8 +2,8 @@ .help-items { float: left; /* LTR */ width: 22%; - padding-right: 3%; /* LTR */ + margin-right: 3%; /* LTR */ } .help-items-last { - padding-right: 0; /* LTR */ + margin-right: 0; /* LTR */ }