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 db0d9fe6fc08a3613a7832e4d52718d4aeba1d78 Author: Kevin Morin <morin@codelutin.com> Date: Thu Sep 14 16:11:37 2017 +0200 taille minimale du time picker --- pollen-ui-riot-js/src/main/web/tag/components/time-picker.tag.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pollen-ui-riot-js/src/main/web/tag/components/time-picker.tag.html b/pollen-ui-riot-js/src/main/web/tag/components/time-picker.tag.html index 5e6a6371..71fcd46d 100644 --- a/pollen-ui-riot-js/src/main/web/tag/components/time-picker.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/components/time-picker.tag.html @@ -111,8 +111,10 @@ </script> <style scoped> + .timeInputNotSupported { padding: 0.5em; + min-width: 165px; } .timepicker-input { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.