From 7c7d2ea830e31238d5b8b78afab2f02012bd329a Mon Sep 17 00:00:00 2001 From: agarceau-netapp Date: Wed, 26 Feb 2025 16:09:41 -0800 Subject: [PATCH] Expand dropdowns containing search terms --- src/index.html | 203 ++++++++++++++++++++++++++----------------------- 1 file changed, 108 insertions(+), 95 deletions(-) diff --git a/src/index.html b/src/index.html index 9a5a82030..1256b119f 100644 --- a/src/index.html +++ b/src/index.html @@ -190,6 +190,11 @@ .matching-post { width: 100%; } + .matching-post p { + width: 100%; + overflow:hidden; + white-space:nowrap; + } .search-results-displayed h1 { padding-left: 50px; } @@ -326,101 +331,109 @@

Spot by NetApp Documentation