From a71d8ecb69ec83de0e4128980ffc4095fc12c7ff Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 28 Apr 2021 17:57:58 -0400 Subject: [PATCH] Docs: PyAPI: More specific css selector for long enums Fixes T87008 --- doc/python_api/static/css/theme_overrides.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python_api/static/css/theme_overrides.css b/doc/python_api/static/css/theme_overrides.css index c237a958f5f..61c62ad21b6 100644 --- a/doc/python_api/static/css/theme_overrides.css +++ b/doc/python_api/static/css/theme_overrides.css @@ -1,5 +1,5 @@ /* T76453: Prevent Long enum lists */ -.field-list li { +.field-list > dd > p { max-height: 245px; overflow-y: auto !important; }