We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be143ea commit 5bdec2eCopy full SHA for 5bdec2e
app/web_ui/src/routes/(app)/specs/[project_id]/[task_id]/spec_builder/review_examples.svelte
@@ -155,8 +155,8 @@
155
<table class="table table-fixed">
156
<thead>
157
<tr>
158
- <th style="max-width: 2/5">Input</th>
159
- <th style="max-width: 2/5">Output</th>
+ <th>Input</th>
+ <th>Output</th>
160
<th class="whitespace-nowrap" style="width: 140px">
161
<div class="flex flex-row items-center gap-2">
162
<span>Meets Spec</span>
@@ -168,7 +168,7 @@
168
</span>
169
</div>
170
</th>
171
- <th class="whitespace-nowrap" style="width: 140px">Judge Correct</th
+ <th class="whitespace-nowrap" style="width: 120px">Judge Correct</th
172
>
173
</tr>
174
</thead>
0 commit comments