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;
|
overflow: visible;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
text-overflow: unset;
|
text-overflow: unset;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-left: 1px solid var(--primary-low);
|
border-left: 1px solid var(--primary-low);
|
||||||
position: relative;
|
position: relative;
|
||||||
min-width: 150px;
|
min-width: clamp(350px, 33vw, 33vw);
|
||||||
|
|
||||||
&__list {
|
&__list {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
Loading…
Reference in New Issue