Skip to content

Commit 3cfcc13

Browse files
committed
Initial fix for Dialog Spinners
1 parent 54f4443 commit 3cfcc13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/skins/vector/css/common.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ input[type=text]:focus, textarea:focus {
148148
justify-content: center;
149149
}
150150

151+
.mx_Dialog_wrapper.mx_Dialog_spinner .mx_Dialog {
152+
width: auto;
153+
border-radius: 8px;
154+
padding-left: 0px;
155+
}
156+
151157
.mx_Dialog {
152158
background-color: #fff;
153159
color: #747474;

0 commit comments

Comments
 (0)