This is an automated email from the git hooks/post-receive script. New commit to branch ramonville in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 528c00e154cc06df3e479bc132a76e9b12c03c3b Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Fri Dec 21 10:33:28 2018 +0100 Add a max width on vote form --- pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html | 1 + 1 file changed, 1 insertion(+) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html index 88e11ce6..1bde59c7 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html @@ -391,6 +391,7 @@ margin-top: 20px; justify-content: center; align-items: stretch; + max-width: 500px; } .voter > div { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.