diff --git a/CHANGELOG.md b/CHANGELOG.md index 91d5f23be..2ac35a53c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Increased the default request timeout (`REQUEST_TIMEOUT`) +- Improved the style of the symbol search component - Extended the users table in the admin control panel +- Increased the default request timeout (`REQUEST_TIMEOUT`) ## 2.124.1 - 2024-11-25 diff --git a/libs/ui/src/lib/symbol-autocomplete/symbol-autocomplete.component.html b/libs/ui/src/lib/symbol-autocomplete/symbol-autocomplete.component.html index 9d1038e0f..c6327c318 100644 --- a/libs/ui/src/lib/symbol-autocomplete/symbol-autocomplete.component.html +++ b/libs/ui/src/lib/symbol-autocomplete/symbol-autocomplete.component.html @@ -19,7 +19,7 @@ [value]="lookupItem" > {{ lookupItem.name }} + >{{ lookupItem.name }} @if (lookupItem.dataProviderInfo.isPremium) { }