This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 6a65637dc27c52d4dcc6e620ee3a3a287f86392b Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Jun 28 15:54:25 2017 +0200 correction du positionnement du panneau de commentaire --- pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html | 1 + 1 file changed, 1 insertion(+) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html index 3f4d9e5e..85169071 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Comments.tag.html @@ -405,6 +405,7 @@ require("./Report.tag.html"); .comments { width: 100%; + transform: translate3d(100%,0px,0px); } } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.