Removing padding from post comment cell in RHS

Этот коммит содержится в:
Asaad Mahmood
2015-10-12 20:59:03 +05:00
родитель 72b3a1d695
Коммит 7bb8f5d1ef

Просмотреть файл

@@ -421,6 +421,9 @@
.post-body__cell {
display: table-cell;
padding-left: 45px;
.sidebar--right & {
padding-left: 0;
}
}
.app__content & {
.btn-file {