0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed Hint margin regression

refs https://github.com/TryGhost/Product/issues/4024
This commit is contained in:
Djordje Vlaisavljevic 2023-10-11 16:52:21 +01:00
parent b87edaba72
commit e025ffa085

View file

@ -23,7 +23,7 @@ const Hint: React.FC<HintProps> = ({children, color, className, ...props}) => {
}
className = clsx(
'mt-2 inline-block text-xs',
'mt-1 inline-block text-xs',
colorClassName,
className
);