wrap TextInputComponent text

This commit is contained in:
Alistair Carscadden 2020-06-14 00:36:14 -04:00 committed by Stephan Dilly
parent 7597df02cf
commit 8c4d52d59e

View File

@ -205,4 +205,5 @@ where
.border_style(theme.block(focused)),
)
.alignment(Alignment::Left)
.wrap(true)
}