make note title input box wider

This commit is contained in:
azivner 2017-08-15 23:07:40 -04:00
parent c5660986d6
commit 11742bba58

View File

@ -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>