Skip to content

Commit

Permalink
Revert "[STCOR-752]: Ensure <AppIcon> is not cut off (#1355)" (#1357)
Browse files Browse the repository at this point in the history
This reverts commit a17be4c.

`<AppIcon>` may be used like `<AppIcon icon="foo">Title of an instance</AppIcon>` in SearchAndSort results lists, and this sets the width incorrectly.
  • Loading branch information
zburke authored and Dmitriy-Litvinenko committed Nov 23, 2023
1 parent 4f4e7e0 commit f7b7b90
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 f7b7b90

Please sign in to comment.