Skip to content

Commit fddf891

Browse files
authored
Increase name column with in trace detail page (#10032)
1 parent 96458bc commit fddf891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aspire.Dashboard/Components/Pages/TraceDetail.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ protected override void OnInitialized()
6969
TelemetryContextProvider.Initialize(TelemetryContext);
7070

7171
_gridColumns = [
72-
new GridColumn(Name: NameColumn, DesktopWidth: "4fr", MobileWidth: "4fr"),
72+
new GridColumn(Name: NameColumn, DesktopWidth: "6fr", MobileWidth: "6fr"),
7373
new GridColumn(Name: TicksColumn, DesktopWidth: "12fr", MobileWidth: "12fr"),
7474
new GridColumn(Name: ActionsColumn, DesktopWidth: "100px", MobileWidth: null)
7575
];

0 commit comments

Comments
 (0)