v12.2.0
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.
Based on an issue
raised by the CMS team for the page https://mspgh.unimelb.edu.au/about/_nocache?dev=v12.1.1
One of the div
elements was relying on having margins
around it so the code setting margin to the div
has been added back to the code base.
Recommendation is to use the Section component moving forward.
Bug fixes 🐛
- Removed
max-width: 100%;
&margin: inherit;
changes to Grid & Card buttons made inv12.1.2
#456 - Removed
max-width: var(--w-sml);
&margin: 0 auto;
changes made inv12.1.2
#456