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:
Aaron Carlisle 2021-01-02 20:04:25 -05:00
parent c7e92e379d
commit 1e8f266591
1 changed files with 2 additions and 4 deletions

View File

@ -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;
}