Browse Source
Bugfix/improve spacing in bechmark comparator (#2060)
* Improve spacing
* Update changelog
pull/2062/head
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.html
|
|
@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Extended the clone functionality of a transaction by the quantity |
|
|
|
- Changed the direction of the ellipsis icon in various tables |
|
|
|
- Displayed the link to the markets overview in the footer based on a permission |
|
|
|
- Improved the spacing in the benchmark comparator |
|
|
|
- Refreshed the cryptocurrencies list |
|
|
|
- Upgraded `Node.js` from version `16` to `18` (`Dockerfile`) |
|
|
|
|
|
|
|
|
|
@ -1,6 +1,8 @@ |
|
|
|
<div class="mb-2 row"> |
|
|
|
<div class="col-md-6 col-xs-12 d-flex"> |
|
|
|
<div class="align-items-center d-flex flex-grow-1 h5 mb-0 text-truncate"> |
|
|
|
<div |
|
|
|
class="align-items-center d-flex flex-grow-1 h5 mb-0 py-2 text-truncate" |
|
|
|
> |
|
|
|
<span i18n>Performance</span> |
|
|
|
<gf-premium-indicator |
|
|
|
*ngIf="user?.subscription?.type === 'Basic'" |
|
|
|