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 */
|
/* T76453: Prevent Long enum lists */
|
||||||
.field-body {
|
.field-list li {
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
max-height: 245px;
|
max-height: 245px;
|
||||||
overflow-y: auto !important;
|
overflow-y: auto !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user