branch ramonville updated (9767463a -> 528c00e1)
This is an automated email from the git hooks/post-receive script. New change to branch ramonville in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 9767463a Improve modal displyaing on image vote new 528c00e1 Add a max width on vote form The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 528c00e154cc06df3e479bc132a76e9b12c03c3b Author: Samuel Maisonneuve <maisonneuve@codelutin.com> Date: Fri Dec 21 10:33:28 2018 +0100 Add a max width on vote form Summary of changes: pollen-ui-riot-js/src/main/web/tag/poll/EditVote.tag.html | 1 + 1 file changed, 1 insertion(+) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm