diff --git a/core/themes/bartik/css/components/comments.css b/core/themes/bartik/css/components/comments.css index c0c0c92..aec8540 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; }