Skip to content

Commit

Permalink
fix height
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegiacometti committed Jun 19, 2023
1 parent dedde6e commit 5e8670f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
TextWrapping="Wrap" />
<Border
Grid.Column="1"
MaxHeight="32"
BorderBrush="{ThemeResource TextFillColorPrimaryBrush}"
BorderThickness="0 0 1 0" />
<TextBlock
Expand All @@ -124,7 +123,6 @@
TextWrapping="Wrap" />
<Border
Grid.Column="3"
MaxHeight="32"
BorderBrush="{ThemeResource TextFillColorPrimaryBrush}"
BorderThickness="0 0 1 0" />
<TextBlock
Expand Down

0 comments on commit 5e8670f

Please sign in to comment.