Browse Source

Improve style

pull/4070/head
Thomas Kaul 9 months ago
parent
commit
eb83e0d816
  1. 2
      libs/ui/src/lib/symbol-autocomplete/symbol-autocomplete.component.html

2
libs/ui/src/lib/symbol-autocomplete/symbol-autocomplete.component.html

@ -19,7 +19,7 @@
[value]="lookupItem" [value]="lookupItem"
> >
<span class="align-items-center d-flex line-height-1" <span class="align-items-center d-flex line-height-1"
><b>{{ lookupItem.name }}</b> ><span>{{ lookupItem.name }}</span>
@if (lookupItem.dataProviderInfo.isPremium) { @if (lookupItem.dataProviderInfo.isPremium) {
<gf-premium-indicator class="ml-1" [enableLink]="false" /> <gf-premium-indicator class="ml-1" [enableLink]="false" />
} }

Loading…
Cancel
Save