forked from mirrors/easyappointments
Corrected maximum width of loading gif.
This commit is contained in:
parent
8649983c6f
commit
dd9473af35
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ root {
|
||||||
#loading img {
|
#loading img {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
display: block;
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-message {
|
.modal-message {
|
||||||
|
|
Loading…
Reference in a new issue