"tilelang/original/src/target/codegen_c_host.h" did not exist on "f5bc26c2295e334b3a8ce4cce8a7ba4b7927c736"
Commit fa9835a7 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: styling

parent 3db9d19a
......@@ -587,11 +587,10 @@
<div class=" ">
<div class=" text-sm font-medium">{$i18n.t('Chunk Params')}</div>
<div class=" flex">
<div class=" flex w-full justify-between">
<div class="self-center text-xs font-medium min-w-fit">{$i18n.t('Chunk Size')}</div>
<div class="self-center p-3">
<div class=" my-2 flex gap-1.5">
<div class=" w-full justify-between">
<div class="self-center text-xs font-medium min-w-fit mb-1">{$i18n.t('Chunk Size')}</div>
<div class="self-center">
<input
class=" w-full rounded-lg py-1.5 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
type="number"
......@@ -603,12 +602,12 @@
</div>
</div>
<div class="flex w-full">
<div class=" self-center text-xs font-medium min-w-fit">
<div class="w-full">
<div class=" self-center text-xs font-medium min-w-fit mb-1">
{$i18n.t('Chunk Overlap')}
</div>
<div class="self-center p-3">
<div class="self-center">
<input
class="w-full rounded-lg py-1.5 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"
type="number"
......@@ -621,7 +620,7 @@
</div>
</div>
<div class="pr-2">
<div class="my-3">
<div class="flex justify-between items-center text-xs">
<div class=" text-xs font-medium">{$i18n.t('PDF Extract Images (OCR)')}</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment