fix images size in status html, fix #339

This commit is contained in:
Nicolas Constant 2021-01-05 16:00:35 -05:00
parent 269b8b87cd
commit 6696ca4274
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 4 additions and 0 deletions

View File

@ -95,4 +95,8 @@ $expand-color: $column-color;
background: #384958;
}
}
img {
max-width: 100%;
}
}