Skip to content

Commit 389a260

Browse files
authored
fix(VFileInput): avoid text overflow with long file names (#21748)
fixes #21707
1 parent 6e61468 commit 389a260

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/vuetify/src/components/VFileInput/VFileInput.sass

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
&--floating
2525
top: 0px
2626

27+
.v-field__input
28+
word-break: break-word
29+
2730
input[type="file"]
2831
height: 100%
2932
left: 0

0 commit comments

Comments
 (0)