mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-24 14:58:35 +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"""
|
||||
<div
|
||||
class="whitespace-pre-wrap font-editor text-red-600"
|
||||
class="whitespace-pre-wrap break-words font-editor text-red-600"
|
||||
role="complementary"
|
||||
aria-label="error message"
|
||||
phx-no-format
|
||||
|
@ -311,7 +311,7 @@ defmodule LivebookWeb.Output do
|
|||
|
||||
~H"""
|
||||
<div
|
||||
class="whitespace-pre-wrap font-editor text-gray-500"
|
||||
class="whitespace-pre-wrap break-words font-editor text-gray-500"
|
||||
role="complementary"
|
||||
aria-label="error"
|
||||
phx-no-format
|
||||
|
|
Loading…
Reference in a new issue