From 11c2d8b3bf83f1ae93b191fdd090586b31841d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Tue, 31 May 2022 10:39:58 +0100 Subject: [PATCH] Fix team invite message --- www/teams/app-team.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/teams/app-team.less b/www/teams/app-team.less index a8f6dc9ec..dab9d9de1 100644 --- a/www/teams/app-team.less +++ b/www/teams/app-team.less @@ -251,7 +251,7 @@ .cp-teams-invite-from-author { display: flex; margin-left: 10px; - .cp-teams-invite-from-avatar { + .cp-teams-invite-from-avatar { .avatar_main(25px); margin: 0px 5px; } @@ -264,7 +264,7 @@ width: 100%; padding: 12px; margin-bottom: 20px; - white-space: pre; + border-radius: @variables_radius; } .cp-teams-invite-password { margin-bottom: 20px;