Skip to content

Commit

Permalink
fix: order layout
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 authored and CarlLiu2023 committed Aug 15, 2023
1 parent 9b861a1 commit 2a3f942
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ const HistoryListContainer = styled('div')(() => ({
'& > .MuiPaper-root': {
boxShadow: 'none',
},

'& table': {
'& td, & th': {
'&:first-of-type': {
paddingLeft: 0,
},
},
},
}))

export default function OrderHistory() {
Expand Down

0 comments on commit 2a3f942

Please sign in to comment.