tt-a1i opened a new pull request, #36877:
URL: https://github.com/apache/superset/pull/36877

   ### SUMMARY
   
   Fixes the layout issue where the "Published"/"Draft" status label overlaps 
with the "Modified X ago" timestamp on dashboard cards when using non-English 
languages (German, Spanish, Russian, etc.).
   
   **Root Cause:**
   The `CoverFooter` component used `flex-wrap: nowrap`, which prevented the 
status label from wrapping to a new line when translated text was longer than 
English.
   
   **Solution:**
   1. Changed `flex-wrap` from `nowrap` to `wrap` in `CoverFooter`
   2. Added `row-gap` for proper spacing when content wraps
   3. Added `min-width: 100px` to `CoverFooterLeft` to ensure the timestamp has 
minimum space before the label wraps
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   **Before (German - text overlapping):**
   
![before](https://github.com/user-attachments/assets/da3f63fd-2c27-4307-8591-b35ee0322205)
   
   **After (expected behavior):**
   The status label will wrap to a new line when there's insufficient 
horizontal space, preventing overlap.
   
   ### TESTING INSTRUCTIONS
   
   1. Change browser language to German, Spanish, or Russian
   2. Navigate to the Welcome/Home page with dashboard cards
   3. Verify that "Veröffentlicht" (German) or equivalent translated status 
labels no longer overlap with the timestamp
   4. Resize browser window to verify responsive wrapping behavior
   
   ### ADDITIONAL INFORMATION
   
   - [x] Has associated issue: Fixes #36357
   - [ ] Required feature flags:
   - [x] Changes UI
   - [ ] Includes DB Migration
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   
   ## AI Assistance Disclosure
   
   I used Codex to review the changes, sanity-check the implementation against 
existing patterns, and help spot potential edge cases.


-- 
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]

Reply via email to