mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
5b1d95748d
commit
df8000fa83
1 changed files with 11 additions and 0 deletions
|
@ -387,3 +387,14 @@
|
|||
flex-direction: column-reverse;
|
||||
}
|
||||
}
|
||||
|
||||
.row-within-card {
|
||||
.no-card {
|
||||
> :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
> :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue