chore: handled notification error styling (#4996)

This commit is contained in:
guru_sainath
2024-07-01 20:30:14 +05:30
committed by GitHub
parent 35f78e8cfb
commit 26be5dac14

View File

@@ -144,7 +144,7 @@ export const IssueView: FC<IIssueView> = observer((props) => {
>
{isLoading && <IssuePeekOverviewLoader removeRoutePeekId={removeRoutePeekId} />}
{isError && (
<div className="relative h-full w-full overflow-hidden">
<div className="relative h-screen w-full overflow-hidden">
<IssuePeekOverviewError removeRoutePeekId={removeRoutePeekId} />
</div>
)}