Skip to content

Commit

Permalink
increased width for indices index column
Browse files Browse the repository at this point in the history
Signed-off-by: kohinoor98 <[email protected]>
  • Loading branch information
kohinoor98 committed Nov 16, 2023
1 parent 1c8f0c6 commit f419eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/Indices/utils/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const getColumns = (props: IColumnOptions): EuiTableFieldDataColumnType<ManagedC
sortable: true,
truncateText: false,
textOnly: true,
width: "250px",
width: "320px",
render: (index: string) => {
return <IndexDetail {...props} index={index} />;
},
Expand Down

0 comments on commit f419eba

Please sign in to comment.