Skip to content

Commit

Permalink
fix: run screen view (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel authored Nov 25, 2024
1 parent 63a4210 commit dac9752
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ private fun DescriptorItem(
onClick = null,
modifier = Modifier.padding(end = 24.dp),
)
TestDescriptorLabel(descriptor)
TestDescriptorLabel(descriptor, modifier = Modifier.weight(1f))
IconButton(onClick = { onDropdownToggled() }) {
Icon(
painterResource(
Expand Down

0 comments on commit dac9752

Please sign in to comment.