From 4072b0451ecf0b8b99e7bc34cb10bc7269feec40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 6 Sep 2021 16:30:58 +0100 Subject: [PATCH] Fix condition button margin for small screens --- www/form/app-form.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/form/app-form.less b/www/form/app-form.less index 956d49d71..e72458b5b 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -199,8 +199,8 @@ align-items: center; margin-bottom: 10px; flex-wrap: wrap; - & > *:not(:first-child) { - margin-left: 10px; + & > * { + margin-right: 10px; } .cp-dropdown-container buttonĀ { max-width: 200px;