mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Small fixes to account settings
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user