diff --git a/src/renderer/styles/notification-comp.less b/src/renderer/styles/notification-comp.less index d2a573cb..4b0f9b32 100644 --- a/src/renderer/styles/notification-comp.less +++ b/src/renderer/styles/notification-comp.less @@ -128,6 +128,9 @@ body { cursor: default; color: var(--text-color); } + .title:lang(fr-FR) { + max-width: 165px; + } } } .message-preview {