chore: handled notification error styling (#4996)
This commit is contained in:
parent
35f78e8cfb
commit
26be5dac14
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue