API Docs: Theme: Prevent Super Long Enums
This commit is contained in:
7
doc/python_api/static/css/theme_overides.css
Normal file
7
doc/python_api/static/css/theme_overides.css
Normal file
@@ -0,0 +1,7 @@
|
||||
/* Prevent Long enum lists */
|
||||
.field-body {
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-height: 245px;
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
Reference in New Issue
Block a user