Merge pull request #21800 from overleaf/jel-cms-equal-col-height

[web] Fix equal column height on CMS BS5 pages

GitOrigin-RevId: 45ea490f1912cd621615e56bab4f1ffa3426c821
This commit is contained in:
Jessica Lawshe 2024-11-12 10:12:42 -06:00 committed by Copybot
parent 7977bc04cd
commit 6e8cfb769f

View file

@ -631,7 +631,7 @@
// Desktop layout options depdendent on mobile breakpoint // Desktop layout options depdendent on mobile breakpoint
@include media-breakpoint-up(lg) { @include media-breakpoint-up(lg) {
.row-equal-column-heights > div[class*='col-'] > .card, .row-equal-column-heights > div[class*='col-'] > .card,
.no-card { .row-equal-column-heights > div[class*='col-'] > .no-card {
height: 100%; height: 100%;
} }