diff --git a/www/form/app-form.less b/www/form/app-form.less index c1eec03bf..b896e9962 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -1375,6 +1375,9 @@ outline: @variables_focus_style; border-radius: @variables_radius; } + &:last-of-type { + margin-right: 0.2rem; + } } div.cp-form-poll-choice { cursor: pointer;