HESK v3.2.5

This commit is contained in:
Luke Tainton
2022-04-23 17:18:38 +01:00
parent f7cfa565b1
commit 177f99d0ef
136 changed files with 463 additions and 345 deletions

View File

@@ -4390,6 +4390,11 @@ li.ticket-new {
font-stretch: normal;
line-height: 1.71;
letter-spacing: 0.1px;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
}
.ticket__body_block .block--description p {
@@ -5011,6 +5016,11 @@ p.rate {
box-shadow: 0 2px 8px 0 rgba(38, 40, 42, 0.1);
background-color: #fff;
margin-top: 16px;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
}
.ticket__params .params--block.params {
@@ -6972,6 +6982,11 @@ p.rate {
.main__content.knowledge.article .article__body {
margin-right: 340px;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
}
.main__content.knowledge.article .article__body .article__back a {