From 4f15fda22648995904dbbf17fe2d48eaeda754c2 Mon Sep 17 00:00:00 2001 From: David Benque Date: Mon, 17 Oct 2022 11:13:04 +0200 Subject: [PATCH] Fix misaligned poll rows when swapping axes #975 --- 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 3266a382c..161248b93 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -985,7 +985,7 @@ } .cp-poll-cell { width: 100px; - height: 35px; + height: 40px; display: inline-flex; align-items: center; justify-content: center;