Skip to content

Commit 6253c6c

Browse files
committed
fix(input): fix datatime-local input width
1 parent 6e83c0b commit 6253c6c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/core/components/input/input.less

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ textarea {
9090
height: calc(var(--f7-input-height) + var(--f7-textarea-padding-vertical) * 2);
9191
}
9292
}
93-
input[type='datetime-local'] {
94-
max-width: 50vw;
95-
}
9693
input[type='time'],
9794
input[type='date'],
9895
input[type='month'],

0 commit comments

Comments
 (0)