mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 10:33:01 +00:00
fixed weird border corner overlap
This commit is contained in:
@@ -165,7 +165,9 @@ export default function Issues() {
|
||||
{selectedOrganisationId && selectedProjectId && issuesData.length > 0 && (
|
||||
<ResizablePanelGroup className={`flex-1`}>
|
||||
<ResizablePanel id={"left"} minSize={400}>
|
||||
<IssuesTable columns={{ description: false }} className="border w-full flex-shrink" />
|
||||
<div className="border w-full flex-shrink">
|
||||
<IssuesTable columns={{ description: false }} className="w-full" />
|
||||
</div>
|
||||
</ResizablePanel>
|
||||
|
||||
{selectedIssue && (
|
||||
|
||||
Reference in New Issue
Block a user