mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
fix: DBC UI tooltip aligment (#15595)
(cherry picked from commit e539d08074)
This commit is contained in:
committed by
henryyeh
parent
cec5b4cdfd
commit
26cdcd0611
@@ -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>
|
||||
)}
|
||||
|
||||
@@ -124,7 +124,6 @@ export const antDModalNoPaddingStyles = css`
|
||||
export const infoTooltip = (theme: SupersetTheme) => css`
|
||||
margin-bottom: ${theme.gridUnit * 5}px;
|
||||
svg {
|
||||
vertical-align: bottom;
|
||||
margin-bottom: ${theme.gridUnit * 0.25}px;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user