We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the dialog title gets truncated because of it's length, the status icon in the dialog header is shrinked
ui5-dialog
Icon stays the same size no matter how long the dialog title is.
https://stackblitz.com/edit/js-1ndywy?file=index.html
None
1.24.0
Chrome
No response
SAP
The text was updated successfully, but these errors were encountered:
Hello @SAP/ui5-webcomponents-topic-rd ,
flex-shrink: 0 on the icon would help here.
flex-shrink: 0
Best regards, Petar
Sorry, something went wrong.
fix(ui5-dialog): state icon no longer shrinks when title is too long
2445820
Fixes: #8762
fix(ui5-dialog): state icon no longer shrinks when title is too long (#…
9b7fa49
…8839) Fixes: #8762
a3df694
06774ea
…8851) Fixes: #8762
dimovpetar
Successfully merging a pull request may close this issue.
Bug Description
When the dialog title gets truncated because of it's length, the status icon in the dialog header is shrinked
Affected Component
ui5-dialog
Expected Behaviour
Icon stays the same size no matter how long the dialog title is.
Isolated Example
https://stackblitz.com/edit/js-1ndywy?file=index.html
Steps to Reproduce
Log Output, Stack Trace or Screenshots
Priority
None
UI5 Web Components Version
1.24.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
SAP
Declaration
The text was updated successfully, but these errors were encountered: