We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb854a commit cbf6db6Copy full SHA for cbf6db6
src/components/inputs/tooltip/tooltip.component.tsx
@@ -12,7 +12,7 @@ interface TooltipProps {
12
const Tooltip: React.FC<TooltipProps> = ({ field }) => {
13
const { t } = useTranslation();
14
return (
15
- <CarbonTooltip align="top" label={t(field.questionInfo)} description={t(field.questionInfo)}>
+ <CarbonTooltip align="right" label={t(field.questionInfo)} description={t(field.questionInfo)}>
16
<button className={styles.tooltip} type="button" data-testid={field.id}>
17
<Information />
18
</button>
0 commit comments