Skip to content

Commit e34ca57

Browse files
committed
fix: css issue
1 parent c8e2a90 commit e34ca57

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ body {
7575
gap: 0.65rem;
7676
}
7777

78+
.grid > * {
79+
min-width: 0;
80+
}
81+
7882
.grid.two {
7983
grid-template-columns: repeat(2, minmax(0, 1fr));
8084
}
@@ -98,6 +102,8 @@ button {
98102

99103
input,
100104
select {
105+
width: 100%;
106+
min-width: 0;
101107
border: 1px solid var(--line);
102108
border-radius: 0.55rem;
103109
padding: 0.55rem 0.65rem;

0 commit comments

Comments
 (0)