mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-18 22:21:32 +08:00
Improve wrapping in error outputs
This commit is contained in:
parent
b43ebac6f7
commit
734ea7dc0c
1 changed files with 2 additions and 2 deletions
|
|
@ -298,7 +298,7 @@ defmodule LivebookWeb.Output do
|
||||||
|
|
||||||
~H"""
|
~H"""
|
||||||
<div
|
<div
|
||||||
class="whitespace-pre-wrap font-editor text-red-600"
|
class="whitespace-pre-wrap break-words font-editor text-red-600"
|
||||||
role="complementary"
|
role="complementary"
|
||||||
aria-label="error message"
|
aria-label="error message"
|
||||||
phx-no-format
|
phx-no-format
|
||||||
|
|
@ -311,7 +311,7 @@ defmodule LivebookWeb.Output do
|
||||||
|
|
||||||
~H"""
|
~H"""
|
||||||
<div
|
<div
|
||||||
class="whitespace-pre-wrap font-editor text-gray-500"
|
class="whitespace-pre-wrap break-words font-editor text-gray-500"
|
||||||
role="complementary"
|
role="complementary"
|
||||||
aria-label="error"
|
aria-label="error"
|
||||||
phx-no-format
|
phx-no-format
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue