Initial fix for Dialog Spinners
This commit is contained in:
parent
54f4443428
commit
3cfcc13387
|
@ -148,6 +148,12 @@ input[type=text]:focus, textarea:focus {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_Dialog_wrapper.mx_Dialog_spinner .mx_Dialog {
|
||||||
|
width: auto;
|
||||||
|
border-radius: 8px;
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_Dialog {
|
.mx_Dialog {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #747474;
|
color: #747474;
|
||||||
|
|
Loading…
Reference in New Issue