Docs: PyAPI: More specific css selector for long enums

Fixes T87008
This commit is contained in:
2021-04-28 17:57:58 -04:00
parent ba755ea677
commit a71d8ecb69

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