File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/databrowser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export const RedisBrowser = ({ token, url }: RedisCredentials) => {
23
23
< DatabrowserProvider redisCredentials = { credentials } >
24
24
< KeysProvider >
25
25
{ /* ups-db is the custom class used to prefix every style in the css bundle */ }
26
- < div className = "ups-db" >
26
+ < div className = "ups-db h-full " >
27
27
< PanelGroup
28
28
autoSaveId = "persistence"
29
29
direction = "horizontal"
@@ -32,7 +32,7 @@ export const RedisBrowser = ({ token, url }: RedisCredentials) => {
32
32
< Panel defaultSize = { 30 } minSize = { 30 } >
33
33
< Sidebar />
34
34
</ Panel >
35
- < PanelResizeHandle className = "h-fullm flex w-1.5 items-center justify-center rounded-full hover:bg-zinc-300/20" >
35
+ < PanelResizeHandle className = "h-full flex w-1.5 items-center justify-center rounded-full hover:bg-zinc-300/20" >
36
36
< IconDotsVertical
37
37
size = { 16 }
38
38
stroke = { 1 }
You can’t perform that action at this time.
0 commit comments