From e017468f4d5f1d31045953860770d4fedd379b3d Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 29 Nov 2023 11:27:44 -0500 Subject: [PATCH] Fix the invite modal overflowing If the URL was the wrong shape, it could cause the modal to overflow, so it needs an extra nudge to line break in the right places. --- src/room/InviteModal.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/room/InviteModal.module.css b/src/room/InviteModal.module.css index dd7aa755..83859224 100644 --- a/src/room/InviteModal.module.css +++ b/src/room/InviteModal.module.css @@ -18,6 +18,7 @@ limitations under the License. text-align: center; color: var(--cpd-color-text-secondary); margin-block-end: var(--cpd-space-8x); + overflow-wrap: break-word; } .button {