From 078d0dd46871ab623f10973addcd8cba2b554841 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 5 Jul 2025 17:09:53 +0200 Subject: [PATCH] Bugfix/set name column to sticky in table of benchmark component (#5095) * Set name column to sticky * Update changelog --- CHANGELOG.md | 4 ++++ libs/ui/src/lib/benchmark/benchmark.component.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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