make note title input box wider

pull/255/head
azivner 2017-08-15 23:07:40 +07:00
parent c5660986d6
commit 11742bba58
1 changed files with 1 additions and 1 deletions

@ -27,7 +27,7 @@
</div>
<div style="float: left; margin: 5px;">
<input type="text" autocomplete="off" value="Welcome to Notecase web app!" id="noteTitle" style="font-size: x-large; border: 0; width: 100%;">
<input type="text" autocomplete="off" value="Welcome to Notecase web app!" id="noteTitle" style="font-size: x-large; border: 0; width: 650px;">
</div>
<div style="clear: both; height: 0"></div>