mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
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:
parent
7977bc04cd
commit
6e8cfb769f
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@
|
|||
// Desktop layout options depdendent on mobile breakpoint
|
||||
@include media-breakpoint-up(lg) {
|
||||
.row-equal-column-heights > div[class*='col-'] > .card,
|
||||
.no-card {
|
||||
.row-equal-column-heights > div[class*='col-'] > .no-card {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue