Skip to content

Commit

Permalink
Fix: Fixed issue where text was cut off in Tags flyout (#14167)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 authored Dec 4, 2023
1 parent 4796919 commit c7c8dd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Files.App/Views/Settings/TagsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,9 @@
Content="{helpers:ResourceString Name=Delete}">
<Button.Flyout>
<Flyout>
<StackPanel MaxWidth="150" Spacing="12">
<StackPanel Spacing="12">
<TextBlock
MaxWidth="150"
Text="{helpers:ResourceString Name=ConfirmDeleteTag}"
TextAlignment="Center"
TextWrapping="Wrap" />
Expand Down

0 comments on commit c7c8dd5

Please sign in to comment.