diff options
Diffstat (limited to 'modules/help')
-rw-r--r-- | modules/help/help-rtl.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/help/help-rtl.css b/modules/help/help-rtl.css index 2b627613d..79e99c4f4 100644 --- a/modules/help/help-rtl.css +++ b/modules/help/help-rtl.css @@ -2,10 +2,10 @@ .help-items { float: right; - padding-right: inherit; + padding-right: 0; padding-left: 3%; } .help-items-last { - padding-right: inherit; + padding-right: 0; padding-left: 0; } |