[Bf-blender-cvs] [f60ac5068a6] master: PyDoc: remove CSS override for scrolling long enum lists

Campbell Barton noreply at git.blender.org
Thu Jun 2 02:03:35 CEST 2022


Commit: f60ac5068a6a002bb43e35ff84a906b285bb356e
Author: Campbell Barton
Date:   Thu Jun 2 09:58:40 2022 +1000
Branches: master
https://developer.blender.org/rBf60ac5068a6a002bb43e35ff84a906b285bb356e

PyDoc: remove CSS override for scrolling long enum lists

Adding a scroll-bar to in-line lists has the down-side that it cuts
of text including warnings or notes that can be included, see: T87008.

Now enums are referenced [0] this is no longer needed, reverting [1].

[0]: 1c6b66c9cf80b3c9b4542b27948ae232f930a211
[1]: 1e8f2665916c049748a3985a2fce736701925095

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

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 0fea27a8ebd..5ab449044db 100644
--- a/doc/python_api/static/css/theme_overrides.css
+++ b/doc/python_api/static/css/theme_overrides.css
@@ -1,10 +1,3 @@
-/* T76453: Prevent Long enum lists */
-.field-list > dd p {
-   max-height: 245px;
-   overflow-y: auto !important;
-   word-break: break-word;
-}
-
 /* Hide home icon in search area */
 .wy-side-nav-search > a:hover {background: none; opacity: 0.9}
 .wy-side-nav-search > a.icon::before {content: none}



More information about the Bf-blender-cvs mailing list