Skip to content

Commit

Permalink
Twenty Twenty / Tiled Galleries: fix layout (#14224)
Browse files Browse the repository at this point in the history
When inserting a Tiled Gallery inside a classic block, you'll notice some layout issues with the Twenty Twenty theme. Those do not apply to the Tiled Gallery block since it uses its own CSS Class.
  • Loading branch information
jeherve authored Dec 17, 2019
1 parent b59fb48 commit d654550
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/theme-tools/compat/twentytwenty.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@
width: 100%;
}

/* Tiled Galleries in Classic Blocks */
.entry-content .tiled-gallery {
margin: 0 auto 1.5em;
}

/**
* Shortcodes
*/
Expand Down

0 comments on commit d654550

Please sign in to comment.