Skip to content

Commit

Permalink
profile: Nudge up the horizontal room for profile field labels a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe authored and gnprice committed Jun 15, 2024
1 parent 33e17a4 commit 3b96ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/profile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class _ProfileDataTable extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.baseline,
textBaseline: TextBaseline.alphabetic,
children: [
SizedBox(width: 96,
SizedBox(width: 100,
child: Text(style: _TextStyles.customProfileFieldLabel(context),
realmField.name)),
const SizedBox(width: 8),
Expand Down

0 comments on commit 3b96ee8

Please sign in to comment.