diff --git a/CHANGELOG.md b/CHANGELOG.md index e27460ad6..d23d727c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the language localization for Italian (`it`) - Upgraded `prisma` from version `6.10.1` to `6.11.1` +### Fixed + +- Set the name column to sticky in the table of the benchmark component + ## 2.177.0 - 2025-07-03 ### Added diff --git a/libs/ui/src/lib/benchmark/benchmark.component.html b/libs/ui/src/lib/benchmark/benchmark.component.html index b11a76507..8df8417f1 100644 --- a/libs/ui/src/lib/benchmark/benchmark.component.html +++ b/libs/ui/src/lib/benchmark/benchmark.component.html @@ -7,7 +7,7 @@ matSortDirection="asc" [dataSource]="dataSource" > - + Name