From c14b453856d62d16b9ffb2c3e8e0ab6eddceea2c Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Thu, 31 Jul 2025 11:11:44 +0200 Subject: [PATCH] Breaking out of copilot not merging in this change by doing it manually --- src/Core/Components/DataGrid/FluentDataGridCell.razor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Components/DataGrid/FluentDataGridCell.razor.css b/src/Core/Components/DataGrid/FluentDataGridCell.razor.css index a7de410b1b..57189bb0b7 100644 --- a/src/Core/Components/DataGrid/FluentDataGridCell.razor.css +++ b/src/Core/Components/DataGrid/FluentDataGridCell.razor.css @@ -96,7 +96,7 @@ td.grid-cell-placeholder:after { } .col-justify-start ::deep .col-title { - text-align: left; + text-align: start; } .col-justify-center ::deep .col-title {