From a3461a80209806910f700116b14d41e250198fc3 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Fri, 3 Jan 2025 16:29:53 +0100 Subject: [PATCH] fix: bad modal alert text alignment (#4152) --- framework/core/less/common/Modal.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/framework/core/less/common/Modal.less b/framework/core/less/common/Modal.less index 22535e1ef..4b686b185 100644 --- a/framework/core/less/common/Modal.less +++ b/framework/core/less/common/Modal.less @@ -82,6 +82,9 @@ .Alert { border-radius: 0; } + .Alert-container { + flex-direction: column; + } .Alert-controls { margin: 0; display: block;