Monday, June 17, 2024
1 change · saas-17.1
Resolved issues and error corrections
Long skill labels in the avatar popover are now clipped correctly instead of spilling outside the card. This keeps profile popovers readable and visually tidy for users when longer skill names are shown.
Original PR description
This PR fixes an issue introduced in Commit[1] about the avatar card popover overflowing in certain scenarios. Since saas-17.1, we allow users to add skills within the avatar card popover. Allowing the card to display such long labels introduced an issue about long labels overflowing outside the popover, due to a missing `overflow-hidden-class`. To prevent such a behaviour, we add an `overflow-hidden` class to the popover. task-3924641 Commit[1] : dba8528 Backport of : https://github.com/odoo/odoo/pull/165172