Skip to content

Commit 4dd9ad9

Browse files
committed
fix(ui): empty space on search
1 parent c9a5b32 commit 4dd9ad9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/ui-components/src/Common/Search/Results/index.module.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
@apply grow-0
55
overflow-y-auto
66
px-5
7-
pt-3
87
text-neutral-900
98
dark:text-neutral-200;
109

packages/ui-components/src/Common/Search/Suggestions/index.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
flex-1
77
flex-col
88
overflow-y-auto
9+
pt-2
910
pb-4
1011
text-neutral-900
1112
dark:text-neutral-200;

0 commit comments

Comments
 (0)