fixed truncation issues with long issue titles

This commit is contained in:
Oliver Bryan
2026-01-17 01:32:32 +00:00
parent 45326b7854
commit f3523a9a83
2 changed files with 13 additions and 11 deletions

View File

@@ -554,7 +554,7 @@ export default function App() {
{selectedIssue && selectedOrganisation && (
<>
<ResizableSeparator />
<ResizablePanel id={"right"} defaultSize={"30%"} minSize={360} maxSize={"60%"}>
<ResizablePanel id={"right"} defaultSize={"30%"} minSize={363} maxSize={"60%"}>
<div className="border">
<IssueDetailPane
project={selectedProject}