mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-26 15:52:09 +00:00
Merge pull request #21802 from overleaf/jel-cms-card-body-margins
[web] CMS BS5 - Fix margins not getting removed when row is within a card GitOrigin-RevId: 2cc8bde809d15936d99ccec7ed222166858b3ee4
This commit is contained in:
parent
d93299d47d
commit
5f9790d762
1 changed files with 8 additions and 4 deletions
|
@ -547,12 +547,16 @@
|
|||
|
||||
.row-within-card {
|
||||
.no-card {
|
||||
> :first-child {
|
||||
margin-top: 0;
|
||||
div:first-child {
|
||||
> :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
> :last-child {
|
||||
margin-bottom: 0;
|
||||
div:last-child {
|
||||
> :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue