diff options
| author | Alon Levy <alon@pobox.com> | 2014-08-18 21:26:50 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-08-18 21:26:50 +0300 |
| commit | abcddf17cfd5476add773fc398be44c5829b1235 (patch) | |
| tree | 1e8b12b520909de7ca51cce4d40489f871e41196 /index.html | |
| parent | b2810baff09a653b3abd3908f67396a69532bcb4 (diff) | |
fix user setting - smaller input field, on enter put sensible text
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -67,11 +67,10 @@ <div class="debug-ui"> <table> <tbody> - <tr></tr> <tr><td> <a class="set-user" href="#">Set user</a> <form class="set-user-form" style="display: none"> - <input class="set-user-input" value="username"></input> + <input class="set-user-input" style="width: 100px" value="username"></input> </form> </div></td></tr> <tr> |
