From fd208ee4dc82640b86a86e190a07493e8c7d1327 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 12 Apr 2021 15:21:27 +0200 Subject: [PATCH] basic wrapping for long identifiers, until we come up with something better --- css/preview.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/preview.css b/css/preview.css index 8816178..05b569b 100644 --- a/css/preview.css +++ b/css/preview.css @@ -7,6 +7,7 @@ font-size: 24px; line-height: 32px; margin-bottom: 8px; + word-wrap: anywhere; } .PreviewView .avatarContainer {