Browse Source

Feature/improve style of symbol autocomplete component (#4070)

* Improve style

* Update changelog
pull/4075/head^2
Thomas Kaul 2 months ago
committed by GitHub
parent
commit
4e368e09a6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 2
      libs/ui/src/lib/symbol-autocomplete/symbol-autocomplete.component.html

1
CHANGELOG.md

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Improved the style of the symbol search component
- Extended the users table in the admin control panel
## 2.124.1 - 2024-11-25

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

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

Loading…
Cancel
Save