Tighten spacing around %exp messages

This commit is contained in:
Fang 2019-08-02 21:47:36 +02:00
parent 905092aa0a
commit 40225001de
No known key found for this signature in database
GPG Key ID: EB035760C1BBA972

View File

@ -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>