From 79b0460d809e03575e05f239f9817f33919d934f Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 10 Jun 2021 16:50:16 +0200 Subject: [PATCH] Fix poll total column UI --- www/form/app-form.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/form/app-form.less b/www/form/app-form.less index dcbe5758a..c5780e589 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -554,6 +554,9 @@ & > div { display: flex; } + .cp-poll-total { + display: flex; + } .cp-form-poll-body { flex-flow: column; max-height: 225px; @@ -642,6 +645,9 @@ } } } + .cp-poll-total { + flex-flow: column; + } .cp-poll-cell:not(.cp-poll-switch) { &:first-child { width: 100px;