diff --git a/ui/components/History.vue b/ui/components/History.vue index 6fc7a96e..ee74d7a5 100644 --- a/ui/components/History.vue +++ b/ui/components/History.vue @@ -110,10 +110,10 @@
{{ item.title }}
-
+
{{ item.error }}
-
+
{{ item.msg }}
@@ -242,10 +242,14 @@
- {{ item.error }} +
+ {{ item.error }} +
- {{ item.msg }} +
+ {{ item.msg }} +
@@ -686,4 +690,6 @@ const downloadSelected = () => { body.removeChild(link); } } + +const toggle_class = e => e.currentTarget.classList.toggle('is-text-overflow')