Skip to content

Commit 35a7a51

Browse files
committed
#RI-966 - update relativeWidth for list
1 parent 02b071b commit 35a7a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/browser/components/list-details/ListDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ const ListDetails = (props: Props) => {
234234
id: 'index',
235235
label: 'Index',
236236
minWidth: 120,
237-
relativeWidth: listSizes?.index || 20,
237+
relativeWidth: listSizes?.index || 30,
238238
truncateText: true,
239239
isSearchable: true,
240240
isResizable: true,

0 commit comments

Comments
 (0)