Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Fixing link being cut off form small cards on What's new page #2691

Merged
merged 2 commits into from
Apr 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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