Skip to content

Commit f15bc4a

Browse files
committed
apply height: -webkit-fit-content on input to fix layout in Safari
1 parent d45a16e commit f15bc4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/header.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ body {
8080
line-height: 1.5;
8181
padding: 0.125rem 0.25rem;
8282
width: 10ex;
83+
height: -webkit-fit-content;
8384
flex: auto;
8485
}
8586

0 commit comments

Comments
 (0)