From eee79e5553870c5caf05c65b2750409fa16caac2 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 7 Sep 2021 17:57:49 +0200 Subject: [PATCH] Fix UI issues in forms when disconnected --- www/form/app-form.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/form/app-form.less b/www/form/app-form.less index 1b141240e..7a8e1ece1 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -130,7 +130,7 @@ .cp-form-block { cursor: default !important; .cp-form-block-drag-handle { - display: none !important; + visibility: hidden; } } }