mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
@@ -387,3 +387,14 @@
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
}
|
||||
|
||||
.row-within-card {
|
||||
.no-card {
|
||||
> :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
> :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user