diff --git a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm.tsx b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm.tsx
index ca4fd3a3af5..d114ba06c0a 100644
--- a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm.tsx
+++ b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/DatabaseConnectionForm.tsx
@@ -360,7 +360,7 @@ const forceSSLField = ({
);
diff --git a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx
index 79daf3b410c..b0e6ea51b72 100644
--- a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx
+++ b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx
@@ -904,7 +904,7 @@ const DatabaseModal: FunctionComponent = ({
tooltip={t(
'Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.',
)}
- viewBox="0 0 24 24"
+ viewBox="0 -6 24 24"
/>
)}
@@ -934,29 +934,31 @@ const DatabaseModal: FunctionComponent = ({
/>
)}
{!isEditMode && (
- antDAlertStyles(theme)}
- message="Additional fields may be required"
- showIcon
- description={
- <>
- Select databases require additional fields to be completed in
- the Advanced tab to successfully connect the database. Learn
- what requirements your databases has{' '}
-
- here
-
- .
- >
- }
- type="info"
- />
+
+ antDAlertStyles(theme)}
+ message="Additional fields may be required"
+ showIcon
+ description={
+ <>
+ Select databases require additional fields to be completed
+ in the Advanced tab to successfully connect the database.
+ Learn what requirements your databases has{' '}
+
+ here
+
+ .
+ >
+ }
+ type="info"
+ />
+
)}
{t('Advanced')}} key="2">
@@ -1116,7 +1118,7 @@ const DatabaseModal: FunctionComponent = ({
tooltip={t(
'Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.',
)}
- viewBox="6 4 24 24"
+ viewBox="0 -6 24 24"
/>
{/* Step 2 */}