PM-18872 - When a Folder name is long, the View/Edit Item > Folder selection screen doesn't adjust well (#4892)

This commit is contained in:
Phil Cappelli
2025-03-18 11:50:39 -04:00
committed by GitHub
parent 3934bc9ae2
commit 4f09f5dae4

View File

@@ -663,7 +663,9 @@ private fun FolderSelectionBottomSheetContent(
text = option,
color = BitwardenTheme.colorScheme.text.primary,
style = BitwardenTheme.typography.bodyLarge,
modifier = Modifier.padding(horizontal = 16.dp),
modifier = Modifier
.weight(1f)
.padding(horizontal = 16.dp),
)
BitwardenRadioButton(
isSelected = selectedOption == option,