From be9796360ce92354f8508e38f85390c9bab16a59 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 29 Sep 2022 20:34:41 +0100 Subject: [PATCH] Make ToC dropdown slightly wider --- static/src/scss/_hero.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/src/scss/_hero.scss b/static/src/scss/_hero.scss index 5116dac..b2468dd 100644 --- a/static/src/scss/_hero.scss +++ b/static/src/scss/_hero.scss @@ -32,6 +32,10 @@ section.hero { justify-content: flex-end; } + .dropdown-menu { + min-width: 15rem; + } + .dropdown { li { list-style: none !important;