Skip to content

Commit

Permalink
style: fix divider height and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
okorie2 committed Nov 28, 2023
1 parent 29b15bf commit 1492d76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -936,8 +936,8 @@ export function Divider(props: {
<hr
css={`
width: 100%;
margin: 0 0 50px 0;
border: 2px solid #cfd4da;
margin: 0px;
border: 1px solid #cfd4da;
`}
/>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/app/modules/report-module/views/preview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ export function ReportPreviewView(props: {
<hr
key={`${"hr" + index}`}
css={`
margin: 0 0 50px 0;
border: 2px solid #cfd4da;
margin: 0 0 0px 0;
border: 1px solid #cfd4da;
`}
/>
);
Expand Down

0 comments on commit 1492d76

Please sign in to comment.