diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css index 3b01e4b5..c9516a7a 100644 --- a/docs/source/_static/css/custom.css +++ b/docs/source/_static/css/custom.css @@ -41,3 +41,8 @@ div.highlight-python { div.highlight-python:active { width: 150% } + +object.graphviz { + max-width: 100%; + background-color: white; +} \ No newline at end of file