Fix grid output gap styling

This commit is contained in:
Jonatan Kłosko 2024-11-19 14:19:36 +08:00
parent e1b57bf112
commit 705602fd25

View file

@ -70,7 +70,7 @@ defmodule LivebookWeb.Output.GridComponent do
defp columns_style(_columns), do: nil
defp gap_style(gap) when is_integer(gap) do
"#{gap}px"
"gap: #{gap}px"
end
defp gap_style(_other), do: nil