does making everything auto fix it?

This commit is contained in:
Jacob Levine 2019-02-09 15:19:14 -06:00
parent fe74aea4de
commit 3a5629f0ba
2 changed files with 4 additions and 6 deletions

View File

@ -92,8 +92,3 @@ function updem() {
} }
}); });
} }
var input = document.getElementById('newEM');
input.onkeypress = input.onkeydown = function() {
this.size = ( this.value.length > 10 ) ? this.value.length : 10;
};

View File

@ -16,9 +16,12 @@ td{
margin: 10px; margin: 10px;
} }
#newEM, #newDN{ #newEM, #newDN{
border: 3px black; border: 1px solid black;
border-radius: 5px;
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
overflow-x: visible; overflow-x: visible;
width: auto;
size: auto;
} }
/* The side navigation menu */ /* The side navigation menu */
.sidenav { .sidenav {