From 7d7fff48d98cc65cbac9685ac0b4b00379a6e379 Mon Sep 17 00:00:00 2001 From: Paul Hibbitts Date: Thu, 16 Jan 2025 11:50:57 -0800 Subject: [PATCH] Update theme.css --- docs/assets/css/theme.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/assets/css/theme.css b/docs/assets/css/theme.css index b3ed14c..bce1f3c 100644 --- a/docs/assets/css/theme.css +++ b/docs/assets/css/theme.css @@ -2,6 +2,12 @@ padding-top: 5.0rem; } +.sidebar-nav a, +.sidebar nav a { + overflow: visible; + white-space: break-spaces; +} + .pagination-item, .pagination-item-title { opacity: .9 !important; }