Skip to content

Commit

Permalink
Dara: add margin in block editor (#8594)
Browse files Browse the repository at this point in the history
* Remove margin from figure css

* Switch to different method, to avoid no margin images
  • Loading branch information
pkevan authored Jan 22, 2025
1 parent d5eca12 commit fc21a0f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dara/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
# Infinite scroll
# Media
## Galleries
# Block Editor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
Expand Down Expand Up @@ -2612,3 +2613,10 @@ video {
margin-right: 0;
}
}

/*--------------------------------------------------------------
Block editor
--------------------------------------------------------------*/
.wp-block-image {
margin: 0 0 1em;
}

0 comments on commit fc21a0f

Please sign in to comment.