mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
fix: DBC UI tooltip aligment (#15595)
This commit is contained in:
@@ -904,7 +904,7 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
|
||||
tooltip={t(
|
||||
'Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.',
|
||||
)}
|
||||
viewBox="0 -3 24 24"
|
||||
viewBox="0 0 24 24"
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user