UX: update minwidth to chat sidepanel + better title word-break fn (#29954)

This commit is contained in:
chapoi 2024-11-27 06:04:04 +01:00 committed by GitHub
parent a12c0216aa
commit cdf8eb8055
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@
overflow: visible;
white-space: normal;
text-overflow: unset;
overflow-wrap: anywhere;
}
}
}

View File

@ -9,7 +9,7 @@
box-sizing: border-box;
border-left: 1px solid var(--primary-low);
position: relative;
min-width: 150px;
min-width: clamp(350px, 33vw, 33vw);
&__list {
flex-grow: 1;