[Bf-blender-cvs] [a71d8ecb69e] blender-v2.93-release: Docs: PyAPI: More specific css selector for long enums

Aaron Carlisle noreply at git.blender.org
Thu Apr 29 00:25:52 CEST 2021


Commit: a71d8ecb69ec83de0e4128980ffc4095fc12c7ff
Author: Aaron Carlisle
Date:   Wed Apr 28 17:57:58 2021 -0400
Branches: blender-v2.93-release
https://developer.blender.org/rBa71d8ecb69ec83de0e4128980ffc4095fc12c7ff

Docs: PyAPI: More specific css selector for long enums

Fixes T87008

===================================================================

M	doc/python_api/static/css/theme_overrides.css

===================================================================

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



More information about the Bf-blender-cvs mailing list