From 517f51f4f090f100034d74f4b1ca6576e796bc16 Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Tue, 28 May 2019 15:08:58 -0700 Subject: [PATCH] added line-break: anywhere; fixes #1326 --- app/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.css b/app/main.css index a7205005..a8ba06e5 100644 --- a/app/main.css +++ b/app/main.css @@ -307,6 +307,7 @@ select { .word-break-all { word-break: break-all; + line-break: anywhere; } .signin {