Icon shrinks with long content #194
Labels
Severity: Medium
Limited impact on user interaction, should be resolved but not required for immediate focus
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed
Type: Bug
Something isn't working
Describe the bug
The icon alongside the details and validation will shrink when there's longer content than the width of the viewport.
To Reproduce
Steps to reproduce the behavior:
muon-detail
andmuon-inputter
componentheading
andmessage
Expected behavior
The icons should retain their defined size
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Setting
flex-shrink: 0;
on the<detail-icon>
will help.It will be necessary to pay attention to the vertical alignment, as it's currently inconsistent. This may require a separate ticket.
The text was updated successfully, but these errors were encountered: