Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash committed Oct 20, 2023
1 parent d7877dd commit e0df4e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions optimus/lib/src/common/field_wrapper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ class _FieldWrapper extends State<FieldWrapper> with ThemeGetter {
widget.isEnabled ? tokens.textStaticSecondary : tokens.textDisabled;

return Column(
crossAxisAlignment: CrossAxisAlignment.start,
mainAxisSize: MainAxisSize.min,
children: [
Padding(
Expand Down

0 comments on commit e0df4e2

Please sign in to comment.