fix: DBC UI tooltip aligment (#15595)

This commit is contained in:
Hugh A. Miles II
2021-07-08 12:26:38 -07:00
committed by GitHub
parent 77800f972e
commit e539d08074
2 changed files with 1 additions and 2 deletions

View File

@@ -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>
)}