Problem/Motivation
blockquote
and pre
can overflow into the right sidebar region in the Olivero theme
See screenshot:
Steps to reproduce
1. Create a site e.g. with http://simplytest.me/project/drupal/9.2.x, login admin/admin
2. Go to Appearance, and enable and set default Olivero.
3. Go to Structure > Block Layout and add different blocks in the sidebar region.
4. Create a new article "Test article" with body (click on "source" and copypaste)
<blockquote>
<p>This is a very long blockquote that will overlap, if using long words more often used in a non-English language, with the sidebar .</p>
</blockquote>
<blockquote>
<p>This is another blockquote confirming the issue.</p>
</blockquote>
Proposed resolution
TBD
Remaining tasks
TBD
User interface changes
The blockquote doesn't overlap with the sidebar.
API changes
None.
Data model changes
None.
Release notes snippet
None.