mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 23:20:47 +02: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:
committed by
sharelatex
parent
64f69529e0
commit
a906504dac
@@ -21,6 +21,13 @@
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
> :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
> :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.card-thin {
|
||||
|
||||
Reference in New Issue
Block a user