Fixes firefox bug where it ignores inline elements width

This commit is contained in:
Simon Busborg
2016-01-07 12:58:28 +01:00
parent 2a0287f5ad
commit 896eda1022

View File

@@ -24,7 +24,8 @@
}
.thumbnail img {
max-width: 100% !important
max-width: 100% !important;
width: 100%;
}
#mapCanvas img {