Skip to content

Commit 2397f79

Browse files
Fix: Disabled text wrapping for the permissions list entries (#16851)
1 parent 5e34c3b commit 2397f79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/Views/Properties/SecurityPage.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
<TextBlock
154154
Grid.Column="1"
155155
Style="{StaticResource App.Theme.BodyTextBlockStyle}"
156+
TextWrapping="NoWrap"
156157
ToolTipService.ToolTip="{x:Bind Principal.FullNameHumanized}">
157158
<Run Text="{x:Bind Principal.DisplayName}" />
158159
<Run Foreground="{ThemeResource TextFillColorSecondaryBrush}" Text="{x:Bind Principal.FullNameHumanizedWithBrackes}" />

0 commit comments

Comments
 (0)