#5386: Quire Feedback
Status: Completed
Tag: Resolved

image.png

Possible solution may be:

overflow-wrap: break-word;

or similar, making it:

image.png

Created by Grox Jun 1, 2022, Edited Jun 22, 2022

Hi @Grox, Our team has fixed this issue. Please try again and let me know if the problem happens again. Thank you.

Golda, Jun 22, 2022

Hi @Grox, I was able to reproduce the issue and have already forwarded it to our Dev Team for resolution. I'll notify you as soon as our team has resolved the problem. Thank you.

Golda, Jun 1, 2022

Hi @Grox, This problem has been resolved, and a long task name in the detail panel should no longer be cut off. You can try again to see if the issue remains.

Have a great day!

Golda, Jun 2, 2022

Hi @Grox, I'm sorry that this happened again 😭. I have forwarded this issue to our team and we will let you know once the issue has been fixed. Thank you!

Golda, Jun 21, 2022

Hi @Raisag

Same happens still to inline-code, but as of white-space: nowrap; in general code styling.

Should add

.task-detail .t-title-block>code {
   white-space: normal;
}

image.png

Grox, Jun 21, 2022