From 514bf1f7f843a328ff9624a54438507b28482b4e Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:02:53 -0500 Subject: [PATCH] Merge pull request #20680 from overleaf/ds-cms-bs5-font-size-override BS5 Migration CMS - Adding UL and OL to the override list in CSS styling GitOrigin-RevId: 0919f6b1c5ebb2c6d5764a425189e3395bce903a --- .../stylesheets/bootstrap-5/pages/website-redesign.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/website-redesign.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/website-redesign.scss index d85b2c3558..5c1cf63045 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/website-redesign.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/website-redesign.scss @@ -7,7 +7,9 @@ h4, h5, h6, - p { + p, + ul, + ol { @if $size == 'heading-2xl' { @include heading-2xl; } @else if $size == 'heading-xl' {