From a34bf866ef23e17ae2ca4550aa227ca09c2b3cbb Mon Sep 17 00:00:00 2001 From: Giang Manh Date: Fri, 25 Jul 2014 17:55:26 +0900 Subject: [PATCH] Fix bug of image max width (supposed to be width of its container) --- css/AdminLTE.css | 2 +- less/core.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/AdminLTE.css b/css/AdminLTE.css index ead7f62f4..ab926489d 100755 --- a/css/AdminLTE.css +++ b/css/AdminLTE.css @@ -142,7 +142,7 @@ h6, } /* All images should be responsive */ img { - max-width: 100%important; + max-width: 100% !important; } .sort-highlight { background: #f4f4f4; diff --git a/less/core.less b/less/core.less index 1c13d3e0a..38dd00f2f 100755 --- a/less/core.less +++ b/less/core.less @@ -140,7 +140,7 @@ h6, /* All images should be responsive */ img { - max-width: 100%important; + max-width: 100% !important; } .sort-highlight {