API Docs: CSS: Fix long enum list
This commit makes some adjustments to a previous fix which broke with new versions of sphinx/theme. Fixes T76453
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
/* Prevent Long enum lists */
|
||||
.field-body {
|
||||
display: block;
|
||||
width: 100%;
|
||||
/* T76453: Prevent Long enum lists */
|
||||
.field-list li {
|
||||
max-height: 245px;
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user