Skip to content
Snippets Groups Projects
Commit 43d23b72 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

ES comment : Fix send click on small device

parent 12c1793b
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<div class="visible-sm visible-sm "> <div class="visible-sm visible-sm ">
<div class="block"> <div class="block">
<div class="item visible-xs item-input-inset"> <div class="item visible-xs item-input-inset">
<label class="item-input-wrapper"> <div class="item-input-wrapper">
<input type="text" <input type="text"
style="width: 100%" style="width: 100%"
placeholder="{{'COMMENTS.COMMENT_HELP'|translate}}" placeholder="{{'COMMENTS.COMMENT_HELP'|translate}}"
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
ng-model="commentData.message"/> 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 class="button button-small button-small-padding button-icon button-dark button-icon icon ion-android-send gray" ng-click="sendComment()">
</button> </button>
</label> </div>
</div> </div>
</div> </div>
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment