-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
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
fix(uui-card): text overflow when user name is too long #1036
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-1036.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-1036.westeurope.azurestaticapps.net |
…to v1/fix-bug/username-overflow
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-1036.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-1036.westeurope.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-1036.westeurope.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-1036.westeurope.azurestaticapps.net |
Description
This PR fixes the issue umbraco/Umbraco-CMS#18535.
This PR also fixes overflow text for block cards and content cards.
Types of changes
Motivation and context
How to test?
Screenshots (if appropriate)
Before:

After fixed:

Checklist