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; + } } }