Skip to content

Commit

Permalink
Revert "[STCOR-752]: Ensure <AppIcon> is not cut off (#1355)"
Browse files Browse the repository at this point in the history
This reverts commit a17be4c.
  • Loading branch information
zburke authored Oct 26, 2023
1 parent a17be4c commit 267f629
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/AppIcon/AppIcon.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,18 @@
/**
* Sizes
*/
.appIcon.large,
.large .icon {
height: 48px;
min-width: 48px;
width: 48px;
}

.appIcon.medium,
.medium .icon {
width: 24px;
min-width: 24px;
height: 24px;
}

.appIcon.small,
.small .icon {
width: 14px;
min-width: 14px;
Expand Down

0 comments on commit 267f629

Please sign in to comment.