Design System v1.10.1
Released on 28 Nov 2024
This patch release includes changes to the src/components/card_multi_action/html/component.hbs
file to improve the structure and styling of the card component. #202
The most important changes are:
Structural improvements:
- Added a
div
with the classcontainer-fluid
to wrap the card content, which helps in managing the layout and responsiveness of the card.
Styling adjustments:
- Removed unnecessary whitespace at the end of the
</div>
tag to clean up the code.