Skip to content
Closed
Prev Previous commit
Next Next commit
Improve how title margin is counteracted
  • Loading branch information
noisysocks committed Jul 13, 2022
commit 4432a4c628678e68b3b448cd0cb1ba0509a8cecc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.edit-post-post-status {
[class].components-panel__body-title {
margin-bottom: 0;
// Counteract the 5px of bottom margin on .components-panel__body-title.
.edit-post-post-featured-image:first-of-type,
.edit-post-post-summary:first-of-type {
margin-top: -5px;
}
}