mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-13 08:24:22 +08:00
Fix grid output gap styling
This commit is contained in:
parent
e1b57bf112
commit
705602fd25
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue