Docs: PyAPI: More specific css selector for long enums

Fixes T87008
This commit is contained in:
Aaron Carlisle 2021-04-28 17:57:58 -04:00
parent ba755ea677
commit a71d8ecb69
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* T76453: Prevent Long enum lists */
.field-list li {
.field-list > dd > p {
max-height: 245px;
overflow-y: auto !important;
}