Skip to content

Commit

Permalink
Fix redundant gap when navigation is not provided.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis committed Nov 6, 2024
1 parent 5bbae6e commit 6190664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/lib/components/common/PageHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
display: flex;
flex-direction: column;
row-gap: var(--padding-3x);
column-gap: var(--padding);
@include media.min-width(medium) {
flex-direction: row;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
align-items: center;
column-gap: var(--padding);
color: var(--elements-icons);
// This gap is not possible to apply to the parent component because it's needed only when the NeuronNavigation is rendered.
margin-left: var(--padding);
}
a {
Expand Down

0 comments on commit 6190664

Please sign in to comment.