mirror of
https://github.com/bitwarden/android.git
synced 2024-11-21 17:05:44 +03:00
PM-14044: Update generator line breaks to account for padding on both sides (#4187)
This commit is contained in:
parent
a5e57f1836
commit
6f26ae50ea
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ fun BitwardenTextField(
|
|||
val formattedText = if (shouldAddCustomLineBreaks) {
|
||||
value.withLineBreaksAtWidth(
|
||||
// Adjust for built in padding
|
||||
widthPx = widthPx - 16.dp.toPx(),
|
||||
widthPx = widthPx - 32.dp.toPx(),
|
||||
monospacedTextStyle = textStyle,
|
||||
)
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue