From f1ddbfd6a246ece357c02279083afca28b7f143c Mon Sep 17 00:00:00 2001 From: Chang Liu Date: Wed, 20 Mar 2024 18:50:58 +0800 Subject: [PATCH] Address #114 --- src/components/ShellView/ResultError.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/ShellView/ResultError.vue b/src/components/ShellView/ResultError.vue index ea43637..c95c994 100644 --- a/src/components/ShellView/ResultError.vue +++ b/src/components/ShellView/ResultError.vue @@ -12,9 +12,7 @@ The evaluation of this cell failed with the following error:
- - {{ errorMessage }} - +
{{ errorMessage }}
@@ -25,7 +23,9 @@ >
- {{ errorMessage }} + The evaluation of this cell succeeded with the following message: +
+
{{ errorMessage }}
@@ -64,6 +64,10 @@ export default { border-radius: 0; border: none; margin: 0; + + pre { + margin-bottom: 0; + } } }