[PM-29097] Fix privacy statement alignment in landscape mode (#6225)

This commit is contained in:
Patrick Honkonen
2025-12-03 22:10:58 +00:00
committed by GitHub
parent 3bef282426
commit e9ab5f2def
@@ -319,6 +319,7 @@ private fun TermsAndPrivacyText(
style = BitwardenTheme.typography.bodyMedium.copy(
textAlign = TextAlign.Center,
),
modifier = Modifier.fillMaxWidth(),
)
}
}