diff --git a/www/form/app-form.less b/www/form/app-form.less index 4b0be26fc..8fb892930 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -558,6 +558,9 @@ & > div { display: flex; } + .cp-poll-total { + display: flex; + } .cp-form-poll-body { flex-flow: column; max-height: 225px; @@ -646,6 +649,9 @@ } } } + .cp-poll-total { + flex-flow: column; + } .cp-poll-cell:not(.cp-poll-switch) { &:first-child { width: 100px;