Issues
ISSUE-9Card contents overflow on larger screens
Description
On larger screen sizes (3000px+ wide), comment contents can overflow the container, and code blocks in comments scroll by default.
Sub-tickets
0No sub-tickets yet.
Links
No links.
Fixed issue. Just allowed a larger
max-widthon the main content column for ticket pages. Previously was set to 1200px, now set via aclamp().max-width: clamp(1200px, 92vw, 1800px);Also resolved a few other responsive style issues:
max-widthon the ticket title and inputwidthonTicketSearchComboBoxfor the selected ticketresize: verticalwithfield-sizing: contenton theMarkdownEditor, making it easier to write longer comments and descriptions, was a bit cramped before.Code: https://github.com/jmmd2000/issues/commit/52957174f44ad79a51a13985a70ec047e00c8044
Maybe spoke too soon see latest image.