Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Order list style (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
alongoni authored Oct 8, 2021
1 parent 2ea6901 commit 8b572ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/SimpleTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Wrapper = styled.table<{ $numColumns?: number }>`
width: 100%;
transition: background-color 0.1s ease-in-out;
min-height: 4.8rem;
padding: 1.4rem 0 1.4rem 1.1rem;
padding: 1.4rem 0;
box-sizing: border-box;
&:not(:last-of-type) {
Expand Down
2 changes: 2 additions & 0 deletions src/components/orders/DetailsTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ const Table = styled(SimpleTable)`
> tbody > tr {
grid-template-columns: 27rem auto;
padding: 1.4rem 0 1.4rem 1.1rem;
${media.mediumDown} {
grid-template-columns: 17rem auto;
padding: 1.4rem 0;
}
> td {
Expand Down

0 comments on commit 8b572ed

Please sign in to comment.