Skip to content

Commit e9ab5f2

Browse files
authored
[PM-29097] Fix privacy statement alignment in landscape mode (#6225)
1 parent 3bef282 commit e9ab5f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/kotlin/com/x8bit/bitwarden/ui/auth/feature/startregistration/StartRegistrationScreen.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ private fun TermsAndPrivacyText(
319319
style = BitwardenTheme.typography.bodyMedium.copy(
320320
textAlign = TextAlign.Center,
321321
),
322+
modifier = Modifier.fillMaxWidth(),
322323
)
323324
}
324325
}

0 commit comments

Comments
 (0)