Hi, I know this is a really fussy one, but there is a (maybe new) ticket-thread CSS part in staff-desktop.css which sets the width to a value that I don’t understand.
First, “correct” (old) part:
.thread-entry .thread-body {<br />
width: calc(100% – 27px);<br />
}
And now, there’s a second (new) one:
.thread-entry .thread-body {<br />
width: calc(100% – 32px);<br />
}