mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 17:03:43 -05:00
Merge pull request #1416 from sharelatex/ja-no-header-margin-in-cards
Remove top margin from header when at top of card GitOrigin-RevId: cbb7e2445476f48a3bf188d7062b05b1a1847cbf
This commit is contained in:
parent
64f69529e0
commit
a906504dac
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,13 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> :first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
> :last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-thin {
|
.card-thin {
|
||||||
|
|
Loading…
Reference in a new issue