Commit 1bd90711 authored by nikogu's avatar nikogu

fixed monitor map image overflow width when screen is large

parent ebe79652
...@@ -4,9 +4,11 @@ ...@@ -4,9 +4,11 @@
.mapChart { .mapChart {
padding-top: 24px; padding-top: 24px;
height: 457px; height: 457px;
text-align: center;
img { img {
width: 100%; display: inline-block;
max-height: 457px; max-width: 100%;
max-height: 437px;
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment