We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef00919 commit 6f5b974Copy full SHA for 6f5b974
xp-archive/client/contentTree/NavigationBar.module.css
@@ -9,13 +9,18 @@
9
}
10
11
.search {
12
- margin-bottom: 1rem;
+ margin-top: 1rem;
13
+ margin-bottom: 0.5rem;
14
+ margin-left: 1rem;
15
+ margin-right: 1rem;
16
display: flex;
17
flex-direction: column;
18
gap: 0.5rem;
19
20
21
.toggleButton {
22
23
24
align-self: flex-start;
25
26
xp-archive/client/contentTree/NavigationBar.tsx
@@ -75,6 +75,7 @@ export const NavigationBar = () => {
75
>
76
<Search
77
label={'Søk'}
78
+ hideLabel={false}
79
value={searchQuery}
80
onChange={(value) => setSearchQuery(value)}
81
/>
0 commit comments