Please complete the following information:
- Library Version 1.74
- Affected Device(s) All
Describe the Bug:
If we updated the ComposeActivity in the sample app to put a Box(Modifier.height(44.dp)) around the Button in EditProfileSection then the Balloon is constrained to be 44.dp high, but that's not what we'd expect:
Expected Behavior:
Without the parent height constraint (ie current main), looks like so
