From 606421615a29fe433761603774d4b2333a0420fe Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Tue, 27 Aug 2019 15:21:31 -0400 Subject: [PATCH] =?UTF-8?q?make=20long=20strings=20wrap,=20so=20they=20don?= =?UTF-8?q?=E2=80=99t=20bleed=20outside=20bounds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/join-flow/join-flow-step.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/join-flow/join-flow-step.scss b/src/components/join-flow/join-flow-step.scss index 40dd1312a..1b13cbec6 100644 --- a/src/components/join-flow/join-flow-step.scss +++ b/src/components/join-flow/join-flow-step.scss @@ -7,6 +7,7 @@ display: flex; justify-content: space-between; flex-direction: column; + overflow-wrap: break-word; } .join-flow-inner-content {