diff --git a/core/themes/bartik/css/components/comments.css b/core/themes/bartik/css/components/comments.css index c0c0c922e1f75e7f182c670f00d75332df5923eb..aec85409da9329d7e24dd4b703fd7ff777eec186 100644 --- a/core/themes/bartik/css/components/comments.css +++ b/core/themes/bartik/css/components/comments.css @@ -108,10 +108,10 @@ .comment__content nav { padding-top: 1px; } -.comment .indented { +.indented { margin-left: 40px; /* LTR */ } -[dir="rtl"] .comment .indented { +[dir="rtl"] .indented { margin-right: 40px; margin-left: 0; }