iachat/app/javascript/dashboard
Sivin Varghese 84fd769570
fix: Overflow issue with conversation card (#12104)
# Pull Request Template

## Description

This PR fixes a minor UI overflow issue in the conversation card, where
the assignee name overflows when the inbox name is too long.


## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)

## How Has This Been Tested?

### Screenshot

**Before**
<img width="424" height="88" alt="image"
src="https://github.com/user-attachments/assets/4f6a73bb-2de6-4f42-9a01-e4e71c332721"
/>


**After**
<img width="424" height="88" alt="image"
src="https://github.com/user-attachments/assets/11d24f5f-94ec-4ad8-b9ad-5d3f101d26c1"
/>



## Checklist:

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [ ] I have commented on my code, particularly in hard-to-understand
areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream
modules
2025-08-05 12:22:29 +05:30
..
api feat(cloud): Add support for viewing status of SSL in custom domains (#12011) 2025-07-30 10:52:47 -07:00
assets chore: Improve layout styles (#12025) 2025-07-30 13:49:27 -07:00
components fix: Overflow issue with conversation card (#12104) 2025-08-05 12:22:29 +05:30
components-next chore: Update inbox view context menu (#12090) 2025-08-04 14:45:36 -07:00
composables fix: Conditionally fetch limits and assistants for enterprise/cloud (#12099) 2025-08-04 15:06:58 -07:00
constants chore: Improve layout styles (#12025) 2025-07-30 13:49:27 -07:00
helper feat: New Scenarios page (#11975) 2025-07-30 19:34:27 +05:30
i18n chore: Add new tab and copy link to conversation context menu (#12089) 2025-08-04 15:22:20 -07:00
mixins chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
modules chore: Remove older UI (#11720) 2025-07-01 09:43:44 +05:30
routes chore: Add new tab and copy link to conversation context menu (#12089) 2025-08-04 15:22:20 -07:00
store feat(cloud): Add support for viewing status of SSL in custom domains (#12011) 2025-07-30 10:52:47 -07:00
App.vue chore: Improve layout styles (#12025) 2025-07-30 13:49:27 -07:00
featureFlags.js feat: WhatsApp campaigns (#11910) 2025-07-16 09:04:02 +05:30