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:
Simon Detheridge 2019-01-18 10:10:28 +00:00 committed by sharelatex
parent 64f69529e0
commit a906504dac

View file

@ -21,6 +21,13 @@
margin: 0;
}
}
> :first-child {
margin-top: 0;
}
> :last-child {
margin-bottom: 0;
}
}
.card-thin {