UX: update minwidth to chat sidepanel + better title word-break fn (#29954)
This commit is contained in:
parent
a12c0216aa
commit
cdf8eb8055
|
@ -22,6 +22,7 @@
|
|||
overflow: visible;
|
||||
white-space: normal;
|
||||
text-overflow: unset;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue