mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-22 00:10:37 +00:00
Qfix: fix asterisk usage in forms (#4080)
This commit is contained in:
parent
7f03c18007
commit
7e1ad06c4d
@ -81,7 +81,7 @@
|
|||||||
{#if label}
|
{#if label}
|
||||||
<div>
|
<div>
|
||||||
<span class="label"><Label {label} /></span>
|
<span class="label"><Label {label} /></span>
|
||||||
{#if required}<span class="error-color">&ast</span>{/if}
|
{#if required}<span class="error-color">*</span>{/if}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<StyledTextEditor
|
<StyledTextEditor
|
||||||
|
@ -150,7 +150,7 @@
|
|||||||
{#if label}
|
{#if label}
|
||||||
<div class="mb-1 text-sm font-medium caption-color select-text">
|
<div class="mb-1 text-sm font-medium caption-color select-text">
|
||||||
<Label {label} />
|
<Label {label} />
|
||||||
{#if required}<span class="error-color">&ast</span>{/if}
|
{#if required}<span class="error-color">*</span>{/if}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<div class="{kind} flex-row-center clear-mins" class:focusable class:disabled class:w-full={fullSize}>
|
<div class="{kind} flex-row-center clear-mins" class:focusable class:disabled class:w-full={fullSize}>
|
||||||
|
Loading…
Reference in New Issue
Block a user