tt-a1i commented on issue #36357: URL: https://github.com/apache/superset/issues/36357#issuecomment-3701932739
Hi, I'd like to work on this issue. The root cause is in `ListViewCard/index.tsx` - the `CoverFooter` uses `flex-wrap: nowrap` which prevents wrapping when translated labels are longer than English. I'll fix this by: 1. Changing `flex-wrap` to `wrap` in CoverFooter 2. Adding proper gap spacing between elements 3. Ensuring the layout works across German, Spanish, Russian and other languages Will submit a PR shortly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
