branch develop updated (cd5b746c -> db0d9fe6)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from cd5b746c fixes #143 Github sends the "null" string as email new db0d9fe6 taille minimale du time picker 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 db0d9fe6fc08a3613a7832e4d52718d4aeba1d78 Author: Kevin Morin <morin@codelutin.com> Date: Thu Sep 14 16:11:37 2017 +0200 taille minimale du time picker Summary of changes: pollen-ui-riot-js/src/main/web/tag/components/time-picker.tag.html | 2 ++ 1 file changed, 2 insertions(+) -- 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 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>.
participants (1)
-
chorem.org scm