From 112f36460967735a72c76b11f458e3ec11afa328 Mon Sep 17 00:00:00 2001 From: Nathan Hsieh Date: Fri, 5 Sep 2014 10:48:51 -0700 Subject: [PATCH] added a css fix for the image bug issue Docker-DCO-1.1-Signed-off-by: Nathan Hsieh (github: nhsiehgit) Upstream-commit: e44bdd612b93e806a1cfcba8c156860de5ef3791 Component: engine --- components/engine/docs/theme/mkdocs/css/docs.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/engine/docs/theme/mkdocs/css/docs.css b/components/engine/docs/theme/mkdocs/css/docs.css index 0e64f0a387..d4536d7b0c 100644 --- a/components/engine/docs/theme/mkdocs/css/docs.css +++ b/components/engine/docs/theme/mkdocs/css/docs.css @@ -326,3 +326,6 @@ ol li { .navbar #usernav .nav li { padding-top: 0px !important; } +table.table tr td img { + width:100%; +} \ No newline at end of file