Skip to content

Commit

Permalink
RSC: kitchen-sink: Make the ReadFileServerCell output take up less sp…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed May 22, 2024
1 parent 8842138 commit 4f4a85a
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ export const Success = ({ file }: SuccessProps) => {
<div className="read-file-server-cell">
<p>The source of this server cell:</p>
<pre
style={{ border: '1px solid gray', margin: '1em', background: '#ddd' }}
style={{
border: '1px solid gray',
margin: '1em',
background: '#ddd',
height: '260xp',
overflowY: 'scroll',
}}
>
<code>{file}</code>
</pre>
Expand Down

0 comments on commit 4f4a85a

Please sign in to comment.