* PLT-5849 - Code block wrap on IOS

* PLT-5972 - Comment has first line indented

* PLT-6048 - Adjusting UI for link previews

* PLT-5733 - Adding error text theme option
Этот коммит содержится в:
Asaad Mahmood
2017-04-03 22:38:15 +05:00
коммит произвёл Corey Hulen
родитель 1cbe6e7975
Коммит 4ebc85e05c
8 изменённых файлов: 31 добавлений и 21 удалений

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

@@ -76,23 +76,6 @@
}
}
}
&.move--left {
.post {
&.post--root,
&.other--root {
.post__header {
padding-right: 70px;
}
}
&.post--comment {
.post__header {
padding-right: 70px;
}
}
}
}
}
}

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

@@ -1,6 +1,10 @@
@charset 'UTF-8';
@media screen and (max-width: 768px) {
.post-code {
word-wrap: normal;
}
.table-responsive {
border: none;
}