Merge pull request #12414 from overleaf/jel-grid-in-card

[web] Option to render grid in a card on the CMS

GitOrigin-RevId: b65ee396915b4e8622384ab37a453d59b1d18c88
This commit is contained in:
Jessica Lawshe 2023-04-03 08:58:03 -05:00 committed by Copybot
parent 5b1d95748d
commit df8000fa83

View file

@ -387,3 +387,14 @@
flex-direction: column-reverse;
}
}
.row-within-card {
.no-card {
> :first-child {
margin-top: 0;
}
> :last-child {
margin-bottom: 0;
}
}
}