Skip to content

Commit

Permalink
[STCOR-752]: Ensure <AppIcon> is not cut off (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash authored and Dmitriy-Litvinenko committed Nov 23, 2023
1 parent fd883bb commit 4f4e7e0
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions src/components/AppIcon/AppIcon.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,30 +72,21 @@
/**
* Sizes
*/
.appIcon.large {
min-width: 48px;
}

.appIcon.large,
.large .icon {
height: 48px;
min-width: 48px;
width: 48px;
}

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

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

.appIcon.small {
min-width: 14px;
}

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

0 comments on commit 4f4e7e0

Please sign in to comment.