Feature/improve ordered list in safari (#2996)

* Improve ordered list in Safari (without text-truncate)

* Update changelog
pull/2998/head
Thomas Kaul 9 months ago committed by GitHub
parent 5eba764c04
commit 2985dd67c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Improved the ordered list of the _Top 3_ and _Bottom 3_ performers on the analysis page in Safari
- Replaced `import-sort` with `prettier-plugin-sort-imports`
- Upgraded `eslint` dependencies
- Upgraded `Nx` from version `17.2.8` to `18.0.4`

@ -140,9 +140,7 @@
}"
[routerLink]="[]"
>
<div class="flex-grow-1 mr-2 text-truncate">
{{ position.name }}
</div>
<div class="flex-grow-1 mr-2">{{ position.name }}</div>
<div class="d-flex justify-content-end">
<gf-value
class="justify-content-end"
@ -188,9 +186,7 @@
}"
[routerLink]="[]"
>
<div class="flex-grow-1 mr-2 text-truncate">
{{ position.name }}
</div>
<div class="flex-grow-1 mr-2">{{ position.name }}</div>
<div class="d-flex justify-content-end">
<gf-value
class="justify-content-end"

Loading…
Cancel
Save