diff --git a/public/app/features/explore/Logs/LogsTable.tsx b/public/app/features/explore/Logs/LogsTable.tsx index ab31f876bad..437afcfcf00 100644 --- a/public/app/features/explore/Logs/LogsTable.tsx +++ b/public/app/features/explore/Logs/LogsTable.tsx @@ -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;