This is an automated email from the git hooks/post-receive script. New commit to branch feature/taille_des_images in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit eff81bf59904bdad3bb1e020de11444a05a8947e Author: Arnaud Thimel <thimel@codelutin.com> Date: Wed Jan 3 15:44:51 2018 +0100 Utilisation d'unité relatives --- pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html index da960f1e..4443ca0a 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/ChoiceView.tag.html @@ -148,8 +148,8 @@ require("../components/MultiLineLabel.tag.html"); } .choice-ressource .image-preview{ - max-width: 140px; - max-height: 50px; + max-width: 7em; + max-height: 3em; } .modal-image { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.