Skip to content

Commit 8cf6737

Browse files
committed
Slightly increase error box y-padding
1 parent e528e70 commit 8cf6737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/livebook_web/live/session_live/cell_component.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ defmodule LivebookWeb.SessionLive.CellComponent do
613613
defp doctest_summary(assigns) do
614614
~H"""
615615
<div :if={@doctest_summary.failures_count > 0} class="pt-2" id={"doctest-summary-#{@cell_id}"}>
616-
<div class="error-box">
616+
<div class="error-box py-3">
617617
<%= doctest_summary_message(@doctest_summary) %>
618618
</div>
619619
</div>

0 commit comments

Comments
 (0)