From 88fef8d70688a783009bfaea3b56b80bdab5bbb3 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Mon, 10 Feb 2025 15:04:34 +0100 Subject: [PATCH] fix: alert modal on Identity page incorrectly uses title case (#5076) --- frontend/web/styles/project/_alert.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/web/styles/project/_alert.scss b/frontend/web/styles/project/_alert.scss index 9ac0845f82d3..c10b2128a66b 100644 --- a/frontend/web/styles/project/_alert.scss +++ b/frontend/web/styles/project/_alert.scss @@ -25,6 +25,7 @@ .icon-alert { margin-right: 0.75rem; } + text-transform: none; } .alert-danger {