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:54:05 +0300
commit37e16e35898d6dbddb06da523d786b9c95dcacb1 (patch)
treef8ae4c25bc338b374d408c3758650b9a993d4012 /doc
parente61020049aa685ceb8d85611faba02f55d9d170b (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;