Skip to content

Commit

Permalink
fix: center component
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmanNik committed Dec 19, 2023
1 parent c38bb98 commit 9c362e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/layout/containerHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
{/if}

<header class:u-flex={isFlex} class="u-gap-12 common-section u-main-space-between u-flex-wrap">
<div class="u-flex u-cross-child-center u-gap-16 u-flex-wrap">
<div class="u-flex u-cross-child-center u-cross-center u-gap-16 u-flex-wrap">
<Heading tag={titleTag} size={titleSize}>{title}</Heading>
{#if isCloud && isLimited}
<DropList bind:show={showDropdown} width="16">
Expand Down

0 comments on commit 9c362e9

Please sign in to comment.