mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-3585 Long notification title fix (#1353)
This commit is contained in:
parent
baeb3c2c63
commit
5da9f9c37d
@ -128,6 +128,9 @@ body {
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
.title:lang(fr-FR) {
|
||||||
|
max-width: 165px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.message-preview {
|
.message-preview {
|
||||||
|
Loading…
Reference in New Issue
Block a user