diff --git a/core/modules/tour/css/tour.module.css b/core/modules/tour/css/tour.module.css index eeff45f..6112b48 100644 --- a/core/modules/tour/css/tour.module.css +++ b/core/modules/tour/css/tour.module.css @@ -69,7 +69,7 @@ .joyride-content-wrapper { /* Apply padding from parent .joyride-tip-guide to absolutely positioned children. */ position: relative; - padding-right: 1em; + padding-right: 1em; /* LTR */ } [dir="rtl"] .joyride-content-wrapper { padding-right: 0; @@ -145,7 +145,6 @@ right: 0; /* LTR */ top: 0; } - [dir="rtl"] .joyride-close-tip { left: 0; right: auto;