From 7638a54722e00dafbb2208f481a84ea873e7129e Mon Sep 17 00:00:00 2001 From: Marcel Menk Date: Sat, 26 Jul 2025 09:43:23 +0200 Subject: [PATCH] fix: activity properties wrapping --- resources/sass/app.scss | 6 ++++++ resources/views/activity/index.blade.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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) }}