Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve handling of centered 1-col galleries with small images (#11040)
* Improve handling of centered 1-col galleries with small images If you insert a gallery that has a single column, and multiple smallish images, then center it, the images inside do not appear centered. This is technically correct, since the _gallery itself_ is centered, but because it's full width and because the images might vary in widths, this doesn't appear to make any difference to the content inside. So although "correct", it's not a good user experience. This PR simply centers the content also. * Remove editor specific alignments.
- Loading branch information