When I was testing, the new message list ui I noticed a bug with the edit message experience overflowing off the screen. This diff fixes that
Depends on D10567
Differential D10568
[web] fix edit text message container ginsu on Jan 8 2024, 1:03 AM. Authored by Tags None Referenced Files
Details
Diff Detail
Event TimelineComment Actions I don't love that this value is hard-coded... not enough context here to suggest a better way to do it, though Comment Actions We could use viewport width units so it scales to different breakpoints. We don't want the input growing/shrinking as the user is typing, but I think it's fine to resize if the user resizes the browser? |