mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-07 06:33:58 -06:00
Merge pull request #872 from mattias-symphony/master
fix: SDA-1501 Using ellipsis for notification title overflow
This commit is contained in:
commit
fd67a5cd31
@ -62,13 +62,17 @@ 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;
|
||||
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