Skip to content

Commit 5bdec2e

Browse files
committed
feedback
1 parent be143ea commit 5bdec2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/web_ui/src/routes/(app)/specs/[project_id]/[task_id]/spec_builder/review_examples.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@
155155
<table class="table table-fixed">
156156
<thead>
157157
<tr>
158-
<th style="max-width: 2/5">Input</th>
159-
<th style="max-width: 2/5">Output</th>
158+
<th>Input</th>
159+
<th>Output</th>
160160
<th class="whitespace-nowrap" style="width: 140px">
161161
<div class="flex flex-row items-center gap-2">
162162
<span>Meets Spec</span>
@@ -168,7 +168,7 @@
168168
</span>
169169
</div>
170170
</th>
171-
<th class="whitespace-nowrap" style="width: 140px">Judge Correct</th
171+
<th class="whitespace-nowrap" style="width: 120px">Judge Correct</th
172172
>
173173
</tr>
174174
</thead>

0 commit comments

Comments
 (0)