diff --git a/core/themes/bartik/css/components/comments.css b/core/themes/bartik/css/components/comments.css index 47b0eed..1bf7a9f 100644 --- a/core/themes/bartik/css/components/comments.css +++ b/core/themes/bartik/css/components/comments.css @@ -12,6 +12,9 @@ display: table; vertical-align: top; } +[dir="rtl"] .comment { + direction: rtl; +} .comment header { padding: 0 30px 0 0; /* LTR */ overflow: hidden;