Skip to content

Commit 4f09f5d

Browse files
PM-18872 - When a Folder name is long, the View/Edit Item > Folder selection screen doesn't adjust well (#4892)
1 parent 3934bc9 commit 4f09f5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/java/com/x8bit/bitwarden/ui/vault/feature/addedit/VaultAddEditScreen.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,9 @@ private fun FolderSelectionBottomSheetContent(
663663
text = option,
664664
color = BitwardenTheme.colorScheme.text.primary,
665665
style = BitwardenTheme.typography.bodyLarge,
666-
modifier = Modifier.padding(horizontal = 16.dp),
666+
modifier = Modifier
667+
.weight(1f)
668+
.padding(horizontal = 16.dp),
667669
)
668670
BitwardenRadioButton(
669671
isSelected = selectedOption == option,

0 commit comments

Comments
 (0)