Skip to content

Commit

Permalink
chore: ading main axis size to min
Browse files Browse the repository at this point in the history
  • Loading branch information
LynxLynxx committed Jan 14, 2025
1 parent afd93a7 commit 5d6dbf9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class _YesNoChoiceWidgetState extends State<YesNoChoiceWidget> {
Widget build(BuildContext context) {
return Column(
crossAxisAlignment: CrossAxisAlignment.start,
mainAxisSize: MainAxisSize.min,
children: [
if (_description.isNotEmpty) ...[
Text(
Expand Down

0 comments on commit 5d6dbf9

Please sign in to comment.