Commit 7545c7d
authored
fix: remove primary border from draft list and overflow visible (#1984)
## Description
Fixed a UI issue in the mail list component by changing the overflow behavior of draft messages from `overflow-clip` to `overflow-visible`. Also removed an unnecessary decorative bar element that was positioned absolutely on the left side of draft messages.
## Type of Change
- [x] 🐛 Bug fix (non-breaking change which fixes an issue)
- [x] 🎨 UI/UX improvement
## Areas Affected
- [x] User Interface/Experience
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- **Style**
- Updated the appearance of draft messages in the Mail list: removed the left-side accent line for a cleaner look.
- Adjusted item layout to allow content to display fully without being clipped, improving readability and visual consistency.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 6a63208 commit 7545c7d
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
630 | | - | |
| 630 | + | |
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
| |||
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
661 | | - | |
662 | | - | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | 661 | | |
667 | 662 | | |
668 | 663 | | |
| |||
0 commit comments