Skip to content

Commit

Permalink
RSC: kitchen-sink: Fix css pixels unit (#10696)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed May 29, 2024
1 parent 7522975 commit d0fb53e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const Success = ({ file }: SuccessProps) => {
border: '1px solid gray',
margin: '1em',
background: '#ddd',
height: '260xp',
height: '260px',
overflowY: 'scroll',
}}
>
Expand Down

0 comments on commit d0fb53e

Please sign in to comment.