fix: Database Connection Modal - corrected tooltip alignment and info alert width (#15612)

* Added margins to info alerts

* Tooltips aligned
This commit is contained in:
Lyndsi Kay Williams
2021-07-09 12:01:16 -05:00
committed by GitHub
parent cc765b51c7
commit b5fc03f964
2 changed files with 28 additions and 26 deletions

View File

@@ -360,7 +360,7 @@ const forceSSLField = ({
<InfoTooltip
tooltip={t('SSL Mode "require" will be used.')}
placement="right"
viewBox="0 0 24 24"
viewBox="0 -5 24 24"
/>
</div>
);