diff --git a/frontend/assets/css/style.css b/frontend/assets/css/style.css index 9131b4a8..f0cfe819 100644 --- a/frontend/assets/css/style.css +++ b/frontend/assets/css/style.css @@ -176,3 +176,7 @@ body { .is-pointer-help { cursor: help; } + +.is-text-contents { + display: contents; +} diff --git a/frontend/pages/history/index.vue b/frontend/pages/history/index.vue index 10ffb675..094b998b 100644 --- a/frontend/pages/history/index.vue +++ b/frontend/pages/history/index.vue @@ -208,7 +208,7 @@

- + @@ -217,20 +217,31 @@
-
- - +
+
+   + +
+
+ + +
-
-
- - +
+
+
+   + +
+
+ + +
@@ -239,6 +250,14 @@
+
+
{{ JSON.stringify(item, null, 2) }}
+                  
+                
+