SDA-1501 Using ellipsis for notification title overflow

This commit is contained in:
Mattias Gustavsson 2020-02-11 14:59:43 +01:00
parent 14d6b58ec1
commit 5aa56dcba4

View File

@ -62,13 +62,18 @@ body {
.title {
font-family: sans-serif;
font-size: 14px;
font-weight: 700;
color: var(--text-color);
width: 100%;
overflow-wrap: break-word;
font-size: 14px;
margin-top: 5px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
cursor: default;
text-overflow: ellipsis;
color: var(--text-color);
}
.company {