diff --git a/x-pack/plugins/apm/public/components/app/onboarding/instructions/otel_agent.tsx b/x-pack/plugins/apm/public/components/app/onboarding/instructions/otel_agent.tsx index bbe73c725ce2a..6d00acd9af7be 100644 --- a/x-pack/plugins/apm/public/components/app/onboarding/instructions/otel_agent.tsx +++ b/x-pack/plugins/apm/public/components/app/onboarding/instructions/otel_agent.tsx @@ -196,6 +196,7 @@ export function OpenTelemetryInstructions({ const columns: Array>> = [ { field: 'setting', + width: '23%', name: i18n.translate( 'xpack.apm.onboarding.config_otel.column.configSettings', { @@ -205,6 +206,7 @@ export function OpenTelemetryInstructions({ }, { field: 'value', + width: '55%', name: i18n.translate( 'xpack.apm.onboarding.config_otel.column.configValue', { diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/opentelemetry_instructions.tsx b/x-pack/plugins/apm/public/tutorial/config_agent/opentelemetry_instructions.tsx index fde43c35b76c0..4d1332df16877 100644 --- a/x-pack/plugins/apm/public/tutorial/config_agent/opentelemetry_instructions.tsx +++ b/x-pack/plugins/apm/public/tutorial/config_agent/opentelemetry_instructions.tsx @@ -57,6 +57,7 @@ export function OpenTelemetryInstructions({ const columns: Array>> = [ { field: 'setting', + width: '23%', name: i18n.translate( 'xpack.apm.tutorial.config_otel.column.configSettings', { @@ -66,6 +67,7 @@ export function OpenTelemetryInstructions({ }, { field: 'value', + width: '55%', name: i18n.translate( 'xpack.apm.tutorial.config_otel.column.configValue', {