From 4ca8ffaa310b1b015d73d3b7e336e03689a210cd Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Tue, 7 May 2024 13:12:05 -0400 Subject: [PATCH] ui-components: updated the icon-container class so that it vertically aligns the icon within its container Previously, the icon was not centered with the text. With this change, it is now centered vertically. Release Note: None --- packages/ui-components/src/InlineAlert/InlineAlert.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui-components/src/InlineAlert/InlineAlert.module.scss b/packages/ui-components/src/InlineAlert/InlineAlert.module.scss index a5163601c..4c1caafbd 100644 --- a/packages/ui-components/src/InlineAlert/InlineAlert.module.scss +++ b/packages/ui-components/src/InlineAlert/InlineAlert.module.scss @@ -22,6 +22,7 @@ .icon-container { padding: 0 crl-gutters(2); display: flex; + align-items: center; } .intent-info {