Em width cutoffs
HTML
<input type="text" value="00/00/00 00:00:00" />
CSS
html, body {
font-size: 12px;
font-family: sans-serif;
}
input {
font-size: 7em;
width: 4em;
}
<input type="text" value="00/00/00 00:00:00" />
html, body {
font-size: 12px;
font-family: sans-serif;
}
input {
font-size: 7em;
width: 4em;
}