diff --git a/client/src/app/site/motions/modules/motion-poll/motion-poll/motion-poll.component.html b/client/src/app/site/motions/modules/motion-poll/motion-poll/motion-poll.component.html index 1abcae488..a8b02173a 100644 --- a/client/src/app/site/motions/modules/motion-poll/motion-poll/motion-poll.component.html +++ b/client/src/app/site/motions/modules/motion-poll/motion-poll/motion-poll.component.html @@ -4,7 +4,7 @@
- + {{ poll.title | translate }} @@ -22,10 +22,10 @@
-
+
- + {{ poll.stateVerbose | translate }}
diff --git a/client/src/styles.scss b/client/src/styles.scss index 0f156b931..f71c257ff 100644 --- a/client/src/styles.scss +++ b/client/src/styles.scss @@ -729,6 +729,10 @@ button.mat-menu-item.selected { white-space: nowrap; } +.break-word { + hyphens: auto; +} + .white { color: white; }