From 67f8cdaa93a181f42c2352b1e73e9b80ad7fc4dd Mon Sep 17 00:00:00 2001 From: Unick Soft Date: Sat, 24 Jun 2017 12:45:02 +0300 Subject: [PATCH] Fixing image size --- en/wiki/pub/skins/graph/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/en/wiki/pub/skins/graph/style.css b/en/wiki/pub/skins/graph/style.css index 7d69d44..5276779 100644 --- a/en/wiki/pub/skins/graph/style.css +++ b/en/wiki/pub/skins/graph/style.css @@ -2,4 +2,8 @@ pre{ border-color: transparent; background-color: transparent; +} + +img { + max-width: 100% !important; } \ No newline at end of file