summaryrefslogtreecommitdiffstats
path: root/templates/contactDetails.html
diff options
context:
space:
mode:
authorskjnldsv <fremulon@protonmail.com>2016-04-06 12:13:56 +0200
committerskjnldsv <fremulon@protonmail.com>2016-04-06 12:13:56 +0200
commit2317f035b74b5879478ae4f6d0cd4430cc26ac2f (patch)
tree89ef9e32c6e2f38cde6e1d1b6078653423ede96c /templates/contactDetails.html
parent79a13b8dafc3e1574093934953fd662995bb2a84 (diff)
Fix header name input width
Diffstat (limited to 'templates/contactDetails.html')
-rw-r--r--templates/contactDetails.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/contactDetails.html b/templates/contactDetails.html
index f633e564..bc9f2036 100644
--- a/templates/contactDetails.html
+++ b/templates/contactDetails.html
@@ -11,8 +11,7 @@
<img ng-if="ctrl.photo!==undefined" class="contactdetails__logo avatar" data-ng-src="data:image/png;base64,{{ctrl.photo}}" />
<h2>
<input type="text" id="details-fullName" class="contactdetails__name" placeholder="{{ctrl.t.placeholderName}}" autocomplete="off"
- name="email" ng-model="ctrl.contact.fullName" ng-model-options="{ getterSetter: true, debounce: 500 }" ng-change="ctrl.updateContact()" value=""
- inputresize size="{{ctrl.contact.fullName().length > 1 ? ctrl.contact.fullName().length : '1'}}" />
+ name="email" ng-model="ctrl.contact.fullName" ng-model-options="{ getterSetter: true, debounce: 500 }" ng-change="ctrl.updateContact()" value="" />
</h2>
<div id="details-org-container">
<input type="text" id="details-org" class="contactdetails__org" placeholder="{{ctrl.t.placeholderOrg}}" autocomplete="off"