File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
redisinsight/ui/src/pages/databaseAnalysis/components/top-namespace Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ const NameSpacesTable = (props: Props) => {
141
141
{
142
142
name : 'Data Type' ,
143
143
field : 'types' ,
144
- width : '34 %' ,
144
+ width : '32 %' ,
145
145
align : 'left' ,
146
146
className : 'dataType' ,
147
147
render : ( value : NspTypeSummary [ ] ) => (
@@ -153,7 +153,7 @@ const NameSpacesTable = (props: Props) => {
153
153
{
154
154
name : 'Total Memory' ,
155
155
field : 'memory' ,
156
- width : '12 %' ,
156
+ width : '13 %' ,
157
157
sortable : true ,
158
158
align : 'right' ,
159
159
render : ( value : number ) => {
@@ -177,7 +177,7 @@ const NameSpacesTable = (props: Props) => {
177
177
{
178
178
name : 'Total Keys' ,
179
179
field : 'keys' ,
180
- width : '10 %' ,
180
+ width : '11 %' ,
181
181
sortable : true ,
182
182
align : 'right' ,
183
183
render : ( value : number ) => (
Original file line number Diff line number Diff line change 84
84
overflow : auto ;
85
85
position : relative ;
86
86
max-height : 100% ;
87
+ overflow-y : hidden ;
87
88
88
89
:global (.euiTableRow-isExpandedRow .euiTableCellContent ) {
89
90
padding : 0 12px !important ;
196
197
197
198
.expanded {
198
199
display : grid ;
199
- grid-template-columns : auto calc (34 % ) calc (12 % + 6px ) calc (10 % + 28 px );
200
+ grid-template-columns : auto calc (32 % ) calc (13 % + 6px ) calc (11 % + 22 px );
200
201
grid-column-gap : 0 ;
201
202
height : 42px ;
202
203
width : 100% ;
214
215
padding : 0 12px ;
215
216
216
217
& :last-child {
217
- padding : 0 34 px 0 12px ;
218
+ padding : 0 26 px 0 12px ;
218
219
}
219
220
}
220
221
}
You can’t perform that action at this time.
0 commit comments