Fix no gap (#242)
This commit is contained in:
parent
b5bc88c7d4
commit
0f7c80fd4d
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ const PlatformIndicator = ({ user }: { user: User; }) => {
|
|||
<div
|
||||
className="vc-platform-indicator"
|
||||
style={{
|
||||
display: "flex", alignItems: "center", marginLeft: "4px"
|
||||
display: "flex", alignItems: "center", marginLeft: "4px", gap: "4px"
|
||||
}}
|
||||
>
|
||||
{icons}
|
||||
|
|
Loading…
Reference in a new issue