#11478 added min height in popup modal widget

This commit is contained in:
Daniel Cebrian 2023-06-06 13:40:57 +02:00
parent 32e9517703
commit 219424bef6
1 changed files with 3 additions and 1 deletions

View File

@ -142,7 +142,9 @@ h1 {
img {
cursor: pointer;
}
#modal-add-widget {
min-height: 566px !important;
}
#modal-add-widget .container-list-widgets {
display: flex;
flex-direction: row;