Em width cutoffs

by Preston Badeer

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;
}