mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-29 03:21:13 +00:00
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
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:
parent
8deea478f8
commit
c5c4af9a81
@ -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;
|
||||
|
@ -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>
|
||||
|
@ -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} />
|
||||
|
Loading…
Reference in New Issue
Block a user