Skip to content

Commit 6e96a73

Browse files
committed
fix: error height.
1 parent 7ef0e6e commit 6e96a73

File tree

1 file changed

+2
-2
lines changed
  • src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/(components)/sonners

1 file changed

+2
-2
lines changed

src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/(components)/sonners/error.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
position: absolute;
4747
}
4848
49-
& :global(div:first-of-type) {
50-
height: 44px;
49+
& > :global(div:first-of-type) {
5150
bottom: 32px;
5251
max-width: 100%;
52+
min-height: 44px;
5353
width: fit-content;
5454
align-content: center;
5555
}

0 commit comments

Comments
 (0)