Skip to content

Commit

Permalink
get rid of style prop and just use a smaller badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Jun 24, 2021
1 parent 2631402 commit 68ac613
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ export const UserAgent: FunctionComponent = () => {
defaultMessage="Extract device type"
/>
</EuiFlexItem>
<EuiFlexItem style={{ marginBottom: -4 }}>
<EuiFlexItem>
<EuiBetaBadge
size="s"
label="Beta"
tooltipContent={i18n.translate(
'xpack.ingestPipelines.pipelineEditor.userAgentForm.extractDeviceNameTooltipText',
Expand Down

0 comments on commit 68ac613

Please sign in to comment.