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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-16 13:07:27 +0300
committerBackportbot <backportbot-noreply@rullzer.com>2020-01-17 00:37:35 +0300
commit88c57f1cda14e41972b51dec10c8fac05d929740 (patch)
treeb0212cca7a8c09e4dc128ec6318a7290121d074a
parent1f6e00de4631d5eb526ac5f499b5951790789c7c (diff)
Force line break on long subject text
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-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;
}
}