Minor bug fixes (#6019)
* PLT-6193 - Post right scroll for small threads * PLT-6210 - Emoji icon not aligned. * Fixing word break
Этот коммит содержится в:
коммит произвёл
George Goldberg
родитель
63c122bc02
Коммит
6e31e017eb
@@ -1,5 +1,9 @@
|
|||||||
@charset 'UTF-8';
|
@charset 'UTF-8';
|
||||||
|
|
||||||
|
.markdown__link {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
.markdown__heading {
|
.markdown__heading {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|||||||
@@ -148,9 +148,8 @@
|
|||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
@include flex(1 1 auto);
|
@include flex(1 1 auto);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: relative;
|
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
min-height: 700px;
|
position: relative;
|
||||||
|
|
||||||
.file-preview__container {
|
.file-preview__container {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
|||||||
@@ -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
|
// 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 {
|
.post-message__text > p:last-child {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-edited-indicator {
|
.post-edited-indicator {
|
||||||
@@ -1122,6 +1123,7 @@
|
|||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
content: '[...]';
|
content: '[...]';
|
||||||
|
font-family: 'Open Sans', sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -1px;
|
top: -1px;
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user