From 267f6294d817c70effed3885204eb2621936564e Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 25 Oct 2023 23:13:36 -0400 Subject: [PATCH] Revert "[STCOR-752]: Ensure is not cut off (#1355)" This reverts commit a17be4c7f7312354d6914202a967e64e0d813d08. --- src/components/AppIcon/AppIcon.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/AppIcon/AppIcon.css b/src/components/AppIcon/AppIcon.css index 27b58bc7a..b8075b0dc 100644 --- a/src/components/AppIcon/AppIcon.css +++ b/src/components/AppIcon/AppIcon.css @@ -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;