Skip to content

Commit 3b96ee8

Browse files
chrisbobbegnprice
authored andcommitted
profile: Nudge up the horizontal room for profile field labels a bit
Discussion: zulip#728 (comment)
1 parent 33e17a4 commit 3b96ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/profile.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class _ProfileDataTable extends StatelessWidget {
197197
crossAxisAlignment: CrossAxisAlignment.baseline,
198198
textBaseline: TextBaseline.alphabetic,
199199
children: [
200-
SizedBox(width: 96,
200+
SizedBox(width: 100,
201201
child: Text(style: _TextStyles.customProfileFieldLabel(context),
202202
realmField.name)),
203203
const SizedBox(width: 8),

0 commit comments

Comments
 (0)