Corrected maximum width of loading gif.

This commit is contained in:
Alex Tselegidis 2016-07-17 14:42:14 +02:00
parent 8649983c6f
commit dd9473af35
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ root {
#loading img {
margin: auto;
display: block;
max-width: 100%;
}
.modal-message {