Skip to content

Commit

Permalink
Fixed table styles in withdraw from savings
Browse files Browse the repository at this point in the history
  • Loading branch information
dkildar committed May 21, 2024
1 parent ee286fa commit a30e90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/savings-withdraw/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class List extends BaseComponent<Props, State> {
<div className="savings-withdraw-content">
<div className="list-body">
{sliced.length === 0 && <div className="empty-list">{_t("g.empty-list")}</div>}
<Table>
<Table full={true}>
<thead>
<Tr>
<Th>{_t("conversion-requests.request-id")}</Th>
Expand Down

0 comments on commit a30e90f

Please sign in to comment.