SDA-3585 Long notification title fix (#1353)

This commit is contained in:
Salah Benmoussati 2022-02-18 13:16:20 +01:00 committed by GitHub
parent baeb3c2c63
commit 5da9f9c37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {