Skip to content

Commit

Permalink
fix height
Browse files Browse the repository at this point in the history
  • Loading branch information
davidegiacometti committed Jun 22, 2023
1 parent ea63f93 commit 9a88f4d
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 9a88f4d

Please sign in to comment.