Fixed 'g' (#7656)
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions

Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
Alexander Platov 2025-01-13 19:28:49 +03:00 committed by GitHub
parent 8deea478f8
commit c5c4af9a81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 3 deletions

View File

@ -79,7 +79,7 @@
.heading-medium-16,
.heading-bold-16 {
font-size: 1rem;
line-height: 1.125rem;
// line-height: 1.125rem;
}
.heading-ui-H2 {
font-size: 1.125rem;

View File

@ -41,7 +41,11 @@
<Icon {icon} size={'small'} {iconProps} />
</div>
{/if}
<span class="{size === 'large' ? 'heading-medium-16' : 'font-regular-14'} hulyBreadcrumb-label overflow-label">
<span
class="{size === 'large'
? 'heading-medium-16'
: 'font-regular-14'} line-height-auto hulyBreadcrumb-label overflow-label"
>
{#if label}<Label {label} />{/if}
{#if title}{title}{/if}
</span>

View File

@ -105,7 +105,7 @@
</div>
{/if}
{#if label}
<span class="secondary-textColor overflow-label heading-medium-16 mr-2">{label}</span>
<span class="secondary-textColor overflow-label heading-medium-16 line-height-auto mr-2">{label}</span>
{:else if intlLabel}
<div class="secondary-textColor overflow-label mr-2">
<Label label={intlLabel} />