Logs: fix detected_level column width

This commit is contained in:
L2D2Grafana
2026-01-07 07:43:03 -08:00
parent 6b543d22f9
commit 731704fa21
@@ -438,7 +438,7 @@ function getInitialFieldWidth(field: Field): number | undefined {
}
// Set constrained width for detected_level
if (field.name === TABLE_DETECTED_LEVEL_FIELD_NAME) {
return 150;
return 190;
}
// All other fields (including body field) will auto-expand
return undefined;