N°2039 - Fix information modal flex direction to column

This commit is contained in:
Molkobain
2024-05-02 15:52:24 +02:00
parent 3cf3159469
commit 1ce81fe466
2 changed files with 2 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ $ibo-modal--is-informative--is-success--highlight--background-color: $ibo-color-
.ibo-modal.ibo-is-informative{
display: flex;
flex-direction: column;
align-items: center;
min-width: $ibo-modal--is-informative--min-width;
min-height: $ibo-modal--is-informative--min-height !important; // !important in order to overload jQueryUI CSS rule that's put directly on the element