Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit f514734

Browse files
authored
fix input padding on Chrome (#158)
1 parent 55afe21 commit f514734

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/global.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ label {
3232
input, button, select, textarea {
3333
font-family: inherit;
3434
font-size: inherit;
35+
-webkit-padding: 0.4em 0;
3536
padding: 0.4em;
3637
margin: 0 0 0.5em 0;
3738
box-sizing: border-box;

0 commit comments

Comments
 (0)