inbox: Fix left side text overlflowing their containers.

Fixed channel name, folder name and topic overflowing their containers.
This commit is contained in:
Aman Agrawal
2025-07-16 16:12:49 +05:30
committed by Tim Abbott
parent cf40aa9bb5
commit 2223ab176c

View File

@@ -91,7 +91,9 @@
}
.inbox-left-part {
grid-template: auto / min-content auto min-content min-content;
grid-template:
auto / minmax(auto, min-content)
auto min-content min-content;
grid-template-areas: "header_name collapse_button unread_mention_info unread_count";
}
@@ -293,7 +295,6 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
& a {
padding: 1px 0;