Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2020-01-17 01:29:05 +0300
committerGitHub <noreply@github.com>2020-01-17 01:29:05 +0300
commit21c6b90fa780dd10a72a2d0abc6db224e1672836 (patch)
treeb0212cca7a8c09e4dc128ec6318a7290121d074a
parent1f6e00de4631d5eb526ac5f499b5951790789c7c (diff)
parent88c57f1cda14e41972b51dec10c8fac05d929740 (diff)
Merge pull request #541 from nextcloud/backport/540/stable18v18.0.0
[stable18] Force line break on long subject text
-rw-r--r--css/styles.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/styles.scss b/css/styles.scss
index b24e182..1d3568c 100644
--- a/css/styles.scss
+++ b/css/styles.scss
@@ -125,6 +125,7 @@
& > span.text,
& > a > span.text {
padding-left: 10px;
+ line-break: anywhere;
}
}