Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2021-05-01 08:28:31 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-05-01 08:28:31 +0300
commitf11a3c36e3ee613716304b8dc70b729a5d2cd94c (patch)
tree9ceb13af6bf65bcc6198cd84e94ca830b712dfa6 /doc
parent48bbeaf38304c7b84c67fbd575086593b628cf96 (diff)
Docs: PyAPI: Fix css selector failing on some pages
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/static/css/theme_overrides.css2
1 files changed, 1 insertions, 1 deletions
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;