Skip to content

Commit 521dc8f

Browse files
authored
Fixed breadcrumb hit target (#8098)
1 parent 90831f1 commit 521dc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files/UserControls/PathBreadcrumb.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
Spacing="4"
6464
Tag="{Binding Path}">
6565
<TextBlock
66-
VerticalAlignment="Center"
66+
Padding="0,4"
6767
FontSize="12"
6868
PointerPressed="PathBoxItem_PointerPressed"
6969
Tapped="PathBoxItem_Tapped"

0 commit comments

Comments
 (0)