mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-25 15:27:26 +08:00
Slightly increase error box y-padding
This commit is contained in:
parent
6bfc6dfab0
commit
52e1194f60
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ defmodule LivebookWeb.SessionLive.CellComponent do
|
|||
defp doctest_summary(assigns) do
|
||||
~H"""
|
||||
<div :if={@doctest_summary.failures_count > 0} class="pt-2" id={"doctest-summary-#{@cell_id}"}>
|
||||
<div class="error-box">
|
||||
<div class="error-box py-3">
|
||||
<%= doctest_summary_message(@doctest_summary) %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue