Fixes firefox bug where it ignores inline elements width
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
}
|
||||
|
||||
.thumbnail img {
|
||||
max-width: 100% !important
|
||||
max-width: 100% !important;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#mapCanvas img {
|
||||
|
||||
Reference in New Issue
Block a user