Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
(Bugfix)Spending Limit UI (#2466)
Browse files Browse the repository at this point in the history
* fix table height

* fix row position
  • Loading branch information
alongoni authored and katspaugh committed Jun 21, 2021
1 parent 80b236f commit fc90f5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const LimitsTable = ({ data }: SpendingLimitTableProps): ReactElement =>

return (
<>
<TableContainer style={{ minHeight: '420px' }}>
<TableContainer style={{ minHeight: '440px' }}>
<Table
columns={columns}
data={data}
Expand Down
1 change: 0 additions & 1 deletion src/routes/safe/components/Settings/SpendingLimit/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export const useStyles = makeStyles(
},
buttonRow: {
padding: lg,
position: 'absolute',
left: 0,
bottom: 0,
boxSizing: 'border-box',
Expand Down

0 comments on commit fc90f5b

Please sign in to comment.