Skip to content

Commit bae3c17

Browse files
fix: Move WebSocket controls to new line
1 parent a24a3d0 commit bae3c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-snaps/src/features/snaps/network-access/NetworkAccess.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const NetworkAccess: FunctionComponent = () => {
7777
Fetch
7878
</Button>
7979

80-
<ButtonGroup className="mb-3">
80+
<ButtonGroup className="d-block mb-3">
8181
<Button
8282
variant="primary"
8383
id="startWebSocket"

0 commit comments

Comments
 (0)