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:
parent
b87edaba72
commit
e025ffa085
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue