Skip to content

Commit

Permalink
prevent the more options button in environments cards from being cut …
Browse files Browse the repository at this point in the history
…off when text is scaled to 200% (#3761)

* remove padding from three dots button so they appear as visible at 200% text sizes

* update based on comments
  • Loading branch information
bbonaby authored Sep 6, 2024
1 parent e260332 commit ad813a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/Environments/Styles/HorizontalCardStyles.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
<Setter Property="BorderThickness" Value="0" />
<Setter Property="Width" Value="36" />
<Setter Property="Height" Value="36" />
<Setter Property="Padding" Value="0" />
<Setter Property="CornerRadius" Value="{ThemeResource ControlCornerRadius}" />
</Style>

Expand Down

0 comments on commit ad813a7

Please sign in to comment.