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 shcoderAlex committed Feb 7, 2022
1 parent 8cac8ac commit 228ed67
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 228ed67

Please sign in to comment.