Skip to content

Commit

Permalink
Merge pull request #525 from oasisprotocol/mz/padding
Browse files Browse the repository at this point in the history
Adjust description list padding for standalone variant
  • Loading branch information
buberdds authored Jun 14, 2023
2 parents 1892236 + 895f9a9 commit aaf017b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/525.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix description list paddings for mobile variant
2 changes: 1 addition & 1 deletion src/app/components/StyledDescriptionList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const StyledDescriptionList = styled(InlineDescriptionList, {
},
...(standalone && {
'&&': {
padding: theme.spacing(2),
padding: `${theme.spacing(3)} ${theme.spacing(4)}`,
backgroundColor: COLORS.white,
marginBottom: theme.spacing(4),
borderRadius: '12px',
Expand Down

0 comments on commit aaf017b

Please sign in to comment.