Wraps the links/names for examples embedded in combined examples in a p rather than a div. This improves the baseline alignment of combined examples, as the links themselves should not throw the combined example off of the baseline.
Note that individual examples may still throw the combined example off of the baseline, if the component itself has margin/padding issues.
Done
Wraps the links/names for examples embedded in combined examples in a
p
rather than adiv
. This improves the baseline alignment of combined examples, as the links themselves should not throw the combined example off of the baseline.Note that individual examples may still throw the combined example off of the baseline, if the component itself has margin/padding issues.
Fixes #5324, WD-14463
QA
<p>
and have correct paragraph padding & margin.Check if PR is ready for release
If this PR contains Vanilla SCSS code changes, it should contain the following changes to make sure it's ready for the release:
Feature 🎁
,Breaking Change 💣
,Bug 🐛
,Documentation 📝
,Maintenance 🔨
.package.json
should be updated relative to the most recent release, following semver convention:Screenshots