From 43d23b7252691e924eb2df873e0aec25a3d857f5 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Wed, 12 Oct 2016 21:27:24 +0200 Subject: [PATCH] ES comment : Fix send click on small device --- www/plugins/es/templates/common/view_comments.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/plugins/es/templates/common/view_comments.html b/www/plugins/es/templates/common/view_comments.html index 77d0779e3..ff0a82ad1 100644 --- a/www/plugins/es/templates/common/view_comments.html +++ b/www/plugins/es/templates/common/view_comments.html @@ -61,7 +61,7 @@ <div class="visible-sm visible-sm "> <div class="block"> <div class="item visible-xs item-input-inset"> - <label class="item-input-wrapper"> + <div class="item-input-wrapper"> <input type="text" style="width: 100%" placeholder="{{'COMMENTS.COMMENT_HELP'|translate}}" @@ -69,7 +69,7 @@ ng-model="commentData.message"/> <button class="button button-small button-small-padding button-icon button-dark button-icon icon ion-android-send gray" ng-click="sendComment()"> </button> - </label> + </div> </div> </div> </div> -- GitLab