Skip to content

Commit

Permalink
feat(board): remove padding below planning boards iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
QZera committed Aug 11, 2024
1 parent 553e5de commit f364145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/projects/Board.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@

<svelte:window on:message={handleIncomingMessage} />

<Layout {node} {baseUrl} {project} activeTab="board">
<Layout {node} {baseUrl} {project} activeTab="board" stylePaddingBottom="0">
{#if error}
<ErrorMessage
title="Invalid configuration"
Expand Down

0 comments on commit f364145

Please sign in to comment.