Notifications
Clear all
May 29, 2019 6:06 am

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 />
}
May 29, 2019 6:38 am
Thank you. That style has been moved to .client-desktop.css where it belongs. π