diff --git a/framework/core/less/common/Modal.less b/framework/core/less/common/Modal.less index 22535e1efc..4b686b1856 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;