Skip to content

Commit 44c963e

Browse files
authored
fix(crons): Expand trace id column header width (#93285)
Fixes RTC-1009 Expands the width of the traceId column header to be the same as the body cell width: <img width="323" alt="Screenshot 2025-06-10 at 2 59 22 PM" src="https://github.com/user-attachments/assets/a87f2883-d4c9-47f2-8ac6-6ef3eac47320" />
1 parent 21faeac commit 44c963e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/alerts/rules/uptime/uptimeChecksGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function UptimeChecksGrid({uptimeRule, uptimeChecks}: Props) {
6565
{key: 'httpStatusCode', width: 100, name: t('HTTP Code')},
6666
{key: 'durationMs', width: 110, name: t('Duration')},
6767
{key: 'regionName', width: 200, name: t('Region')},
68-
{key: 'traceId', width: 100, name: t('Trace')},
68+
{key: 'traceId', width: 150, name: t('Trace')},
6969
]}
7070
columnSortBy={[]}
7171
grid={{

0 commit comments

Comments
 (0)