diff --git a/plugins/poll/assets/stylesheets/mobile/poll.scss b/plugins/poll/assets/stylesheets/mobile/poll.scss
index 59b3046999..34f8c7dc19 100644
--- a/plugins/poll/assets/stylesheets/mobile/poll.scss
+++ b/plugins/poll/assets/stylesheets/mobile/poll.scss
@@ -1,9 +1,11 @@
div.poll {
.poll-buttons {
- padding: 0.5em 1em 1em 1em;
+ display: inline-flex;
+ flex-wrap: wrap;
+ padding: 0.5em 1em 0.5em 1em;
button {
- margin-right: 0.5em;
+ margin: 0 0.5em 0.5em 0;
}
}
@@ -11,6 +13,7 @@ div.poll {
padding: 0 1em;
display: flex;
flex-wrap: wrap;
+ flex-direction: column;
.info-text {
display: inline;
}
diff --git a/plugins/poll/config/locales/client.en.yml b/plugins/poll/config/locales/client.en.yml
index 035630f421..cd721d5381 100644
--- a/plugins/poll/config/locales/client.en.yml
+++ b/plugins/poll/config/locales/client.en.yml
@@ -43,15 +43,15 @@ en:
multiple:
help:
at_least_min_options:
- one: "Choose at least %{count} option"
- other: "Choose at least %{count} options"
+ one: "Choose at least %{count} option."
+ other: "Choose at least %{count} options."
up_to_max_options:
- one: "Choose up to %{count} option"
- other: "Choose up to %{count} options"
+ one: "Choose up to %{count} option."
+ other: "Choose up to %{count} options."
x_options:
- one: "Choose %{count} option"
- other: "Choose %{count} options"
- between_min_and_max_options: "Choose between %{min} and %{max} options"
+ one: "Choose %{count} option."
+ other: "Choose %{count} options."
+ between_min_and_max_options: "Choose between %{min} and %{max} options."
cast-votes:
title: "Cast your votes"