mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
does making everything auto fix it?
This commit is contained in:
parent
fe74aea4de
commit
3a5629f0ba
@ -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;
|
||||
};
|
||||
|
@ -16,9 +16,12 @@ td{
|
||||
margin: 10px;
|
||||
}
|
||||
#newEM, #newDN{
|
||||
border: 3px black;
|
||||
border: 1px solid black;
|
||||
border-radius: 5px;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
overflow-x: visible;
|
||||
width: auto;
|
||||
size: auto;
|
||||
}
|
||||
/* The side navigation menu */
|
||||
.sidenav {
|
||||
|
Loading…
Reference in New Issue
Block a user