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
This commit is contained in:
Jessica Lawshe 2024-09-30 09:02:53 -05:00 committed by Copybot
parent 5b0bf3f915
commit 514bf1f7f8

View file

@ -7,7 +7,9 @@
h4,
h5,
h6,
p {
p,
ul,
ol {
@if $size == 'heading-2xl' {
@include heading-2xl;
} @else if $size == 'heading-xl' {