chore: update visual regression screenshots - #8513
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (727)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
|
|
Preview: https://pf-pr-8513.surge.sh A11y report: https://pf-pr-8513-a11y.surge.sh |
|
🎉 This PR is included in version 6.6.0-prerelease.23 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* chore: update visual regression screenshots * chore: more files * chore: more files * chore: more files
https://drive.google.com/file/d/1wwseMb5-oWsCNMGjkYNmVVpX5BHXeXf5/view?usp=sharing
Differences noted:
word-break: break-wordtooverflow-wrap: break-word, which is wrong - it should have been updated tooverflow-wrap: anywhere, which is the equivalent ofword-break: break-word. Here's the PR that fixed it - fix: address word-break/overflow-wrap bug #8487. If you test 6.4 (or just changeoverflow-wrap: anywhereback toword-break: break-word) and look at a card with a couple of actions and a long title, you'll see it wraps the same way it does in the screenshots. This is for URLs and long words in other languages that are common in patternfly. Here are screenshots of before and after, and you can see in the before screenshot where the word didn't wrap, the card layout was making the page content bleed into the chrome spacing since it wasn't wrapping.