Skip to content

Commit 8c4d52d

Browse files
alistaircarscaddenStephan Dilly
authored andcommitted
wrap TextInputComponent text
1 parent 7597df0 commit 8c4d52d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,5 @@ where
205205
.border_style(theme.block(focused)),
206206
)
207207
.alignment(Alignment::Left)
208+
.wrap(true)
208209
}

0 commit comments

Comments
 (0)