From 04fa1d1e7bda615e6fdab0d4610f45274f41f4bd Mon Sep 17 00:00:00 2001 From: David Benque Date: Wed, 5 Mar 2025 14:21:38 +0000 Subject: [PATCH] Fix toggle appearance on iOS 1808 --- www/form/app-form.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/form/app-form.less b/www/form/app-form.less index e7a3b3427..e977c73d8 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -207,7 +207,9 @@ display: flex; flex-direction: row; - .cp-form-view-drag { + button.cp-form-view-drag { + margin: 0; + padding: 1px 4px; width: 30px; height: 30px; border: none;