From 1540c5e9ec1e78bd42741834ba1262526e15b309 Mon Sep 17 00:00:00 2001 From: stCarolas Date: Tue, 16 Jan 2024 10:53:21 +0300 Subject: [PATCH] return overflow --- src/components/PaymentAlerts/PaymentAlerts.module.css | 1 + .../PaymentAlerts/sections/AlertImage/AlertImage.module.css | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/PaymentAlerts/PaymentAlerts.module.css b/src/components/PaymentAlerts/PaymentAlerts.module.css index 104a631..da48b5d 100644 --- a/src/components/PaymentAlerts/PaymentAlerts.module.css +++ b/src/components/PaymentAlerts/PaymentAlerts.module.css @@ -8,4 +8,5 @@ display: flex; flex-direction: column; justify-content: flex-start; + overflow: hidden; } diff --git a/src/components/PaymentAlerts/sections/AlertImage/AlertImage.module.css b/src/components/PaymentAlerts/sections/AlertImage/AlertImage.module.css index e1a8d82..e034b7d 100644 --- a/src/components/PaymentAlerts/sections/AlertImage/AlertImage.module.css +++ b/src/components/PaymentAlerts/sections/AlertImage/AlertImage.module.css @@ -1,5 +1,6 @@ .alertimage { flex-grow: 1; + flex-shrink: 1; display: flex; border: none; margin-left: auto;