Skip to content

Commit bd1b901

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents 5d0665a + a071d2a commit bd1b901

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

AuroraControlsMaui/ChipGroup.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ private void InitializeLayout()
285285
Direction = FlexDirection.Row,
286286
Wrap = IsScrollable ? FlexWrap.NoWrap : FlexWrap.Wrap,
287287
JustifyContent = FlexJustify.Start,
288-
AlignItems = FlexAlignItems.Center,
289288
};
290289

291290
ApplyChipInset();

0 commit comments

Comments
 (0)