Skip to content

Commit 47eb5f0

Browse files
committed
fix: margin
1 parent 8aabda6 commit 47eb5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/matching-service/tests/websocket-test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
</style>
169169
</head>
170170
<body>
171-
<div class="container">
171+
<div class="container" style="align-self: start; margin: 10px">
172172
<div class="control-section">
173173
<label for="userCount">Number of Users:</label>
174174
<input type="number" id="userCount" value="2" min="1" max="20" />

0 commit comments

Comments
 (0)