Skip to content

Commit

Permalink
fix proposalPreview layout
Browse files Browse the repository at this point in the history
  • Loading branch information
eshark9312 committed Nov 6, 2023
1 parent 74790bc commit 938dfd8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/ui/src/app/pages/Proposals/ProposalPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,12 @@ const BadgeAndTime = styled(BadgesRow)`
`

const ResponsiveStyle = css`
aside {
> div {
padding: 0;
}
}
@media (min-width: 768px) {
grid-template-columns: 8fr 4fr;
grid-template-rows: auto 1fr;
Expand Down

0 comments on commit 938dfd8

Please sign in to comment.