Skip to content

Commit 783305e

Browse files
authored
fix(ui): empty space on search (#8725)
* fix(ui): empty space on search * fixup!
1 parent 49b4f39 commit 783305e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
.facetTabsWrapper {
44
@apply mb-2
5-
overflow-x-auto;
5+
overflow-x-auto
6+
pt-2;
67

78
&::-webkit-scrollbar {
89
@apply hidden;

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)