We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43ebac commit 734ea7dCopy full SHA for 734ea7d
lib/livebook_web/live/output.ex
@@ -298,7 +298,7 @@ defmodule LivebookWeb.Output do
298
299
~H"""
300
<div
301
- class="whitespace-pre-wrap font-editor text-red-600"
+ class="whitespace-pre-wrap break-words font-editor text-red-600"
302
role="complementary"
303
aria-label="error message"
304
phx-no-format
@@ -311,7 +311,7 @@ defmodule LivebookWeb.Output do
311
312
313
314
- class="whitespace-pre-wrap font-editor text-gray-500"
+ class="whitespace-pre-wrap break-words font-editor text-gray-500"
315
316
aria-label="error"
317
0 commit comments