Skip to content

Commit

Permalink
Tooltip no longer dancing (apache#17931)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams authored and bwang221 committed Feb 10, 2022
1 parent 5c6796b commit 4b5ad40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function TemplateParamsEditor({
title={t('Edit template parameters')}
trigger={['hover']}
>
<div role="button">
<div role="button" css={{ width: 'inherit' }}>
{t('Parameters ')}
<Badge count={paramCount} />
{!isValid && (
Expand Down

0 comments on commit 4b5ad40

Please sign in to comment.