From 067274cc072e76670b4f75c142cf9923550d546c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 22 Mar 2021 13:28:45 +0000 Subject: [PATCH] Fix register button overflowing modal --- customize.dist/src/less2/include/forms.less | 1 + 1 file changed, 1 insertion(+) diff --git a/customize.dist/src/less2/include/forms.less b/customize.dist/src/less2/include/forms.less index ae1096946..e74b67cb0 100644 --- a/customize.dist/src/less2/include/forms.less +++ b/customize.dist/src/less2/include/forms.less @@ -184,6 +184,7 @@ } &.btn-register { margin-top: 10px !important; + white-space: normal; }