diff --git a/docs/theme/mkdocs/css/docs.css b/docs/theme/mkdocs/css/docs.css index 0e64f0a387..d4536d7b0c 100644 --- a/docs/theme/mkdocs/css/docs.css +++ b/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