Skip to content

Commit 3555d92

Browse files
committed
fix #7805 -- when connecting to a project the network icon is now overlapping the close x
1 parent 6ed6905 commit 3555d92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packages/frontend/project/websocket/websocket-indicator.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export class WebsocketIndicator extends Component<Props, {}> {
2929
<Icon
3030
style={{
3131
color: color(this.props.state),
32+
marginRight: "5px",
3233
}}
3334
name={"wifi"}
3435
/>

0 commit comments

Comments
 (0)