Skip to content

Commit b065707

Browse files
committed
🐛 fix styles
1 parent 76cd006 commit b065707

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/index.html

+2-9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
}
1717

1818
.box {
19+
display: block;
20+
box-sizing: border-box;
1921
width: 500px;
2022
max-width: 95vw;
2123
margin: 0 auto;
@@ -47,15 +49,6 @@
4749
white-space: nowrap;
4850
}
4951

50-
.input [name="pattern"] {
51-
max-width: 100%;
52-
width: min-content;
53-
}
54-
55-
.input [name="file"] {
56-
width: 100%;
57-
}
58-
5952
.input> :first-child {
6053
border-top-left-radius: 5px;
6154
border-bottom-left-radius: 5px;

0 commit comments

Comments
 (0)