mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-1501 Using ellipsis for notification title overflow
This commit is contained in:
parent
14d6b58ec1
commit
5aa56dcba4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user