v12.1.2
Before you upgrade, please take note of any breaking changes and deprecation notices which may affect your site. View the Upgrade Guide to see examples of how to address breaking changes.
Bug fixes 🐛
- Reverted removal of
max-width: var(--w-sml);&margin: 0 auto;made inv12.1.0as it was breaking usage ofclasslesselements #451
<section>
<div>...</div>
</section>
Other changes
.uomcontent [role='main'] .grid {
...
max-width: 100%;
margin: inherit;
}
- Due to the
bug fixabove, some fixes were applied to Card buttons #451
[role='main'] .button-card__inner{
max-width: 100%;
margin: inherit;
}