[Bf-blender-cvs] [37e16e35898] blender-v2.93-release: Docs: PyAPI: Fix css selector failing on some pages

Aaron Carlisle noreply at git.blender.org
Sat May 1 07:54:15 CEST 2021


Commit: 37e16e35898d6dbddb06da523d786b9c95dcacb1
Author: Aaron Carlisle
Date:   Sat May 1 01:28:31 2021 -0400
Branches: blender-v2.93-release
https://developer.blender.org/rB37e16e35898d6dbddb06da523d786b9c95dcacb1

Docs: PyAPI: Fix css selector failing on some pages

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

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 38436510655..0fea27a8ebd 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 > dd > p {
+.field-list > dd p {
    max-height: 245px;
    overflow-y: auto !important;
    word-break: break-word;



More information about the Bf-blender-cvs mailing list