add overflow:hidden here to prevent horizontal scrolling artifacts
This commit is contained in:
parent
4d880a8290
commit
c7142194fe
|
@ -117,6 +117,7 @@ input[type=file] {
|
|||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
padding-top: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.honk #honkform {
|
||||
padding: 1em;
|
||||
|
|
Loading…
Reference in New Issue