[Bf-blender-cvs] [65787ca4c9a] cycles_texture_cache: Docs: PyAPI: Fix css selector failing on some pages

Aaron Carlisle noreply at git.blender.org
Thu May 6 11:25:34 CEST 2021


Commit: 65787ca4c9a25646d35a80e969fbad10b80328d0
Author: Aaron Carlisle
Date:   Sat May 1 01:28:31 2021 -0400
Branches: cycles_texture_cache
https://developer.blender.org/rB65787ca4c9a25646d35a80e969fbad10b80328d0

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