Skip to content

Commit

Permalink
Fixing link being cut off form small cards on What's new page (#2691)
Browse files Browse the repository at this point in the history
* Removing orientation

* Changing to stack panel

---------

Co-authored-by: Felipe da Conceicao Guimaraes <[email protected]>
  • Loading branch information
guimafelipe and Felipe da Conceicao Guimaraes authored Apr 19, 2024
1 parent 60b21ee commit c8ac78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Views/WhatsNewPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
Style="{ThemeResource BodyTextStyle}"
Text="{x:Bind Title}" />

<controls:WrapPanel Orientation="Vertical" Margin="0 16 0 20">
<StackPanel Margin="0 16 0 20">
<TextBlock
Margin="0 0 0 5"
TextWrapping="Wrap"
Expand All @@ -290,7 +290,7 @@
Padding="0"
Margin="0"
Visibility="{x:Bind HasLinkAndShouldShowIt(Link, ShouldShowLink), Mode=OneWay}" />
</controls:WrapPanel>
</StackPanel>
</StackPanel>
</ScrollViewer>

Expand Down

0 comments on commit c8ac78c

Please sign in to comment.