diff --git a/resources/sass/app.scss b/resources/sass/app.scss index b080e18..ac81594 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -536,3 +536,9 @@ main { } } } + +.code-wrap { + white-space: pre-wrap; + overflow-wrap: break-word; + word-break: break-word; +} diff --git a/resources/views/activity/index.blade.php b/resources/views/activity/index.blade.php index 55ee276..1141780 100644 --- a/resources/views/activity/index.blade.php +++ b/resources/views/activity/index.blade.php @@ -59,7 +59,7 @@
-
{{ json_encode($activity->properties, JSON_PRETTY_PRINT) }}
+
{{ json_encode($activity->properties, JSON_PRETTY_PRINT) }}