mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
Tooltip no longer dancing (#17931)
This commit is contained in:
committed by
GitHub
parent
05d9cde203
commit
f6b9393999
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user