Skip to content

Commit

Permalink
fix page login layout
Browse files Browse the repository at this point in the history
  • Loading branch information
karenyov committed Apr 8, 2023
1 parent af4ff68 commit 9e03274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/debt/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export default function Debt() {
},
{
name: "Status",
width: "180px",
// width: "180px",
selector: (row: any) => (
<Tag
size="sm"
Expand Down

0 comments on commit 9e03274

Please sign in to comment.