Skip to content

Commit

Permalink
Set min height for tags in card view, helps with #62
Browse files Browse the repository at this point in the history
  • Loading branch information
DSPaul committed Nov 1, 2023
1 parent 5bdd9b8 commit 26733f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/CardLayout.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
</Border>
</Grid>
<Rectangle Fill="{StaticResource AccentColor}" Height="3"/>
<ItemsControl Foreground="Black" Margin="10,3"
<ItemsControl Foreground="Black" Margin="10,3" MinHeight="20"
ItemsSource="{Binding Tags}" Background="{x:Null}" BorderBrush="{x:Null}" ItemTemplate="{StaticResource TagTemplate}"
Visibility="{Binding DataContext.ShowTags, RelativeSource={RelativeSource AncestorType=ListBox},
Converter={StaticResource ToVisibilityConverter}}">
Expand Down

0 comments on commit 26733f4

Please sign in to comment.