Skip to content

Commit

Permalink
Fix: Product title is cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
akv3sic committed Apr 2, 2024
1 parent 463fe95 commit 83047ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MauiStoreApp/Views/HomePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
Margin="0,3"
FontFamily="AstoreEczarSemiBold"
FontSize="Small"
HeightRequest="35"
HeightRequest="38"
LineBreakMode="WordWrap"
MaxLines="2"
Text="{Binding Title}"
Expand Down
2 changes: 1 addition & 1 deletion MauiStoreApp/Views/ProductDetailsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
Margin="0,3"
FontFamily="AstoreEczarSemiBold"
FontSize="Small"
HeightRequest="35"
HeightRequest="38"
LineBreakMode="WordWrap"
MaxLines="2"
Text="{Binding Title}"
Expand Down

0 comments on commit 83047ad

Please sign in to comment.