From f702830a7976812813e2be15c80ade2a88fb790a Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Sat, 6 Jul 2019 15:53:39 -0400 Subject: API Docs: Theme: Prevent Super Long Enums --- doc/python_api/static/css/theme_overides.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/python_api/static/css/theme_overides.css (limited to 'doc/python_api/static/css/theme_overides.css') diff --git a/doc/python_api/static/css/theme_overides.css b/doc/python_api/static/css/theme_overides.css new file mode 100644 index 00000000000..6b6e35a90ae --- /dev/null +++ b/doc/python_api/static/css/theme_overides.css @@ -0,0 +1,7 @@ +/* Prevent Long enum lists */ +.field-body { + display: block; + width: 100%; + max-height: 245px; + overflow-y: auto !important; +} -- cgit v1.2.3