From 80c80fe1bdb6a9f60ebecae7e09ca680f0153f11 Mon Sep 17 00:00:00 2001 From: Michael Zetterberg Date: Wed, 24 Jul 2024 10:29:20 +0200 Subject: [PATCH] fix(SW-122): align loyalty level benefits to top --- .../DynamicContent/LoyaltyLevels/loyaltyLevels.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Loyalty/Blocks/DynamicContent/LoyaltyLevels/loyaltyLevels.module.css b/components/Loyalty/Blocks/DynamicContent/LoyaltyLevels/loyaltyLevels.module.css index 15c742e5b..13b379c8e 100644 --- a/components/Loyalty/Blocks/DynamicContent/LoyaltyLevels/loyaltyLevels.module.css +++ b/components/Loyalty/Blocks/DynamicContent/LoyaltyLevels/loyaltyLevels.module.css @@ -19,7 +19,7 @@ } .textContainer { - align-content: flex-end; + align-content: flex-start; display: flex; gap: var(--Spacing-x-one-and-half); width: 100%;