From db0d3b1ee9c4dd910191819eda5ccd62d7a1a831 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 18 Sep 2023 10:42:07 -0400 Subject: [PATCH] Fix the feedback screen looking broken on mobile --- src/room/CallEndedView.module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/room/CallEndedView.module.css b/src/room/CallEndedView.module.css index 9952a784..12409d4e 100644 --- a/src/room/CallEndedView.module.css +++ b/src/room/CallEndedView.module.css @@ -17,7 +17,8 @@ limitations under the License. .headline { text-align: center; margin-bottom: 60px; - white-space: pre; + white-space: pre-wrap; + overflow-wrap: break-word; } .callEndedContent { @@ -66,6 +67,7 @@ limitations under the License. flex: 1; flex-direction: column; align-items: center; + padding-inline: var(--inline-content-inset); } .logo {