Skip to content

Commit

Permalink
Update column widths in OTel config settings table
Browse files Browse the repository at this point in the history
  • Loading branch information
gbamparop committed Jul 13, 2023
1 parent 52c645f commit c845eac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export function OpenTelemetryInstructions({
const columns: Array<EuiBasicTableColumn<ValuesType<typeof items>>> = [
{
field: 'setting',
width: '23%',
name: i18n.translate(
'xpack.apm.onboarding.config_otel.column.configSettings',
{
Expand All @@ -205,6 +206,7 @@ export function OpenTelemetryInstructions({
},
{
field: 'value',
width: '55%',
name: i18n.translate(
'xpack.apm.onboarding.config_otel.column.configValue',
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export function OpenTelemetryInstructions({
const columns: Array<EuiBasicTableColumn<ValuesType<typeof items>>> = [
{
field: 'setting',
width: '23%',
name: i18n.translate(
'xpack.apm.tutorial.config_otel.column.configSettings',
{
Expand All @@ -66,6 +67,7 @@ export function OpenTelemetryInstructions({
},
{
field: 'value',
width: '55%',
name: i18n.translate(
'xpack.apm.tutorial.config_otel.column.configValue',
{
Expand Down

0 comments on commit c845eac

Please sign in to comment.