* PLT-6193 - Post right scroll for small threads

* PLT-6210 - Emoji icon not aligned.

* Fixing word break
Этот коммит содержится в:
Asaad Mahmood
2017-04-07 23:22:41 +05:00
коммит произвёл George Goldberg
родитель 63c122bc02
Коммит 6e31e017eb
3 изменённых файлов: 7 добавлений и 2 удалений

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

@@ -857,6 +857,7 @@
// If the last paragraph of an edited post is a paragraph, make it inline-block so that the (edited) indicator can be on the same line as it
.post-message__text > p:last-child {
display: inline-block;
width: auto;
}
.post-edited-indicator {
@@ -1122,6 +1123,7 @@
&:after {
content: '[...]';
font-family: 'Open Sans', sans-serif;
position: relative;
top: -1px;
}