mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 13:52:07 -05:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user