From 74b5dd6e90138d738e3ea3814e1a4a09454c8382 Mon Sep 17 00:00:00 2001 From: Timid Robot Zehta Date: Tue, 2 Apr 2024 13:24:28 -0700 Subject: [PATCH] publish update to aside container --- docs/cc-legal-tools/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cc-legal-tools/base.css b/docs/cc-legal-tools/base.css index 7a496d33404..b70e00d853d 100644 --- a/docs/cc-legal-tools/base.css +++ b/docs/cc-legal-tools/base.css @@ -73,6 +73,7 @@ div.masthead > nav.ancilliary-menu span.locale.icon-attach:before { .cc-legal-tools main > aside { background-color: var(--vocabulary-brand-color-soft-gold); padding: 1em; + height: fit-content; } .cc-legal-tools main > aside a { --underline-background-color: var(--vocabulary-brand-color-soft-gold);