Skip to content

Commit

Permalink
feat(console): auto width for timestamp in requests page
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger committed Jul 31, 2023
1 parent 5774b7e commit 66ce9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/console/src/app/pages/requests/RequestsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const getTableColumns = (
{
title: "Timestamp",
dataIndex: "timestamp",
width: "20%",
width: "auto",
},
{
title: "Status",
Expand Down

0 comments on commit 66ce9f4

Please sign in to comment.