mirror of
https://github.com/apache/superset.git
synced 2026-07-19 05:05:39 +00:00
fix: Database Connection Modal - corrected tooltip alignment and info alert width (#15612)
* Added margins to info alerts * Tooltips aligned
This commit is contained in:
committed by
GitHub
parent
cc765b51c7
commit
b5fc03f964
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user