Changed Size column width in object browser (#1779)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
@@ -61,7 +61,7 @@ export const listModeColumns = [
|
||||
elementKey: "size",
|
||||
renderFunction: displayNiceBytes,
|
||||
renderFullObject: true,
|
||||
width: 60,
|
||||
width: 100,
|
||||
contentTextAlign: "center",
|
||||
enableSort: true,
|
||||
},
|
||||
@@ -86,7 +86,7 @@ export const rewindModeColumns = [
|
||||
elementKey: "size",
|
||||
renderFunction: displayNiceBytes,
|
||||
renderFullObject: true,
|
||||
width: 60,
|
||||
width: 100,
|
||||
contentTextAlign: "center",
|
||||
enableSort: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user