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