Issue #2512468 by bendev, munzirtaha, rudraram, chipway, emma.maria, cchanana, elchiconube, Manjit.Singh, jim005, trevorkjorlien, fil00dl, meenakshi.r, davidhernandez, rbrissaud, Knee-X, LewisNyman: Regression: Indented styles for indented comments are missing in Bartik

8.0.x
webchick 2015-10-22 17:10:20 -07:00
parent 046477e7d6
commit a9247a53f2
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}