From f60ac5068a6a002bb43e35ff84a906b285bb356e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 2 Jun 2022 09:58:40 +1000 Subject: 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 --- doc/python_api/static/css/theme_overrides.css | 7 ------- 1 file changed, 7 deletions(-) (limited to 'doc') 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} -- cgit v1.2.3