Skip to content

Commit

Permalink
Tooltip no longer dancing
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Jan 5, 2022
1 parent 97a78d3 commit 9e5fd7b
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 9e5fd7b

Please sign in to comment.