#11478 added min height in popup modal widget
This commit is contained in:
parent
32e9517703
commit
219424bef6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue