Small fixes to account settings

This commit is contained in:
nizune
2021-08-04 11:51:53 +02:00
parent fd53e7c808
commit 42a03234c3
3 changed files with 20 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ export default function Tooltip(props: Props) {
<Tippy content={content} {...tippyProps}>
{/*
// @ts-expect-error */}
<div>{children}</div>
<div style={`display: flex;`}>{children}</div>
</Tippy>
);
}