add overflow:hidden here to prevent horizontal scrolling artifacts

This commit is contained in:
Ted Unangst 2019-07-10 22:59:55 -04:00
parent 4d880a8290
commit c7142194fe

View file

@ -117,6 +117,7 @@ input[type=file] {
padding-left: 1em;
padding-right: 1em;
padding-top: 0;
overflow: hidden;
}
.honk #honkform {
padding: 1em;