From 2c0dfc3a952f0b121768f4e792d2f41e244443b9 Mon Sep 17 00:00:00 2001 From: Noah Overcash Date: Tue, 24 Oct 2023 18:07:35 -0400 Subject: [PATCH] [STCOR-752]: Ensure is not cut off --- src/components/AppIcon/AppIcon.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/AppIcon/AppIcon.css b/src/components/AppIcon/AppIcon.css index b8075b0dc..27b58bc7a 100644 --- a/src/components/AppIcon/AppIcon.css +++ b/src/components/AppIcon/AppIcon.css @@ -72,18 +72,21 @@ /** * 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;