From c8f7c96cfc1527386d54a9dd1d2caf513edfc7da Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 5 Jun 2020 13:25:22 -0400 Subject: [PATCH] preserve formatting when displaying multi-line team invite messages --- www/teams/app-team.less | 1 + 1 file changed, 1 insertion(+) diff --git a/www/teams/app-team.less b/www/teams/app-team.less index eb49ec21f..c59d0dcb9 100644 --- a/www/teams/app-team.less +++ b/www/teams/app-team.less @@ -220,6 +220,7 @@ width: 100%; padding: 12px; margin-bottom: 20px; + white-space: pre; } .cp-teams-invite-password { margin-bottom: 20px;