File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
redisinsight/ui/src/pages/home
components/database-panel Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ const DatabasePanel = React.memo((props: Props) => {
205
205
)
206
206
207
207
return (
208
- < >
208
+ < div className = "databasePanelWrapper" >
209
209
< div className = { cx ( 'container relative' , { addDbWrapper : ! editMode } ) } >
210
210
{ ! isFullWidth && onClose && (
211
211
< EuiToolTip
@@ -235,7 +235,7 @@ const DatabasePanel = React.memo((props: Props) => {
235
235
{ Form ( ) }
236
236
</ div >
237
237
< div id = "footerDatabaseForm" />
238
- </ >
238
+ </ div >
239
239
)
240
240
} )
241
241
Original file line number Diff line number Diff line change 278
278
}
279
279
}
280
280
281
+ .databasePanelWrapper {
282
+ height : 100% ;
283
+ background-color : var (--euiColorEmptyShade );
284
+ }
285
+
281
286
.container {
282
287
@include euiScrollBar ;
283
288
284
- background-color : var (--euiColorEmptyShade );
285
289
overflow-y : auto ;
286
290
overflow-x : hidden ;
287
- height : calc (100% - 57 px );
291
+ height : calc (100% - 74 px );
288
292
padding : 40px 30px 25px ;
289
- border : 1px solid var (--euiColorPrimary );
290
293
margin-right : 5px ;
291
294
border-radius : 4px ;
292
295
331
334
text-align : right ;
332
335
vertical-align : bottom ;
333
336
width : 100% ;
334
- padding : 15 px 24px 0 ;
337
+ padding : 16 px 24px 16 px ;
335
338
border-radius : 0 0 4px 4px ;
339
+
340
+ border-top : 1px solid var (--euiColorLightShade );
336
341
}
337
342
338
343
.euiResizableContainer {
You can’t perform that action at this time.
0 commit comments