mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 01:54:43 +03:00
Tighten spacing around %exp messages
This commit is contained in:
parent
905092aa0a
commit
40225001de
@ -87,10 +87,10 @@ export class Message extends Component {
|
||||
renderExp(expression, result) {
|
||||
return (<>
|
||||
<p>
|
||||
<pre className="clamp-attachment pa1 mt0 bg-light-gray">
|
||||
<pre className="clamp-attachment pa1 mt0 mb0 bg-light-gray">
|
||||
{expression}
|
||||
</pre>
|
||||
<pre className="clamp-attachment pa1 mb0">
|
||||
<pre className="clamp-attachment pa1 mt0 mb0">
|
||||
{result[0].join('\n')}
|
||||
</pre>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user