Skip to content

Commit

Permalink
feat: add rule for expanding admintable to show 5 rows
Browse files Browse the repository at this point in the history
KBDEV-1095
  • Loading branch information
kttkjl committed May 1, 2024
1 parent 8240a31 commit bab618c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/views/AdminView/components/AdminTable/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@
display: flex;
justify-content: space-between;
}

.ag-theme-material .ag-row:last-of-type {
border-bottom: none;
}
}
2 changes: 1 addition & 1 deletion src/views/AdminView/components/AdminTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const AdminTable = ({ onChange, records = [], variant = 'User' }: AdminTableProp
role="presentation"
style={{
width: '100%',
height: '352px',
height: '353px', // 5 Rows
}}
>
<AgGridReact
Expand Down

0 comments on commit bab618c

Please sign in to comment.