fix: top aligned all batch feedback rows

This commit is contained in:
Jannat Patel
2025-02-04 11:15:39 +05:30
parent f9706f10e1
commit 3ff6c96273
5 changed files with 12 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
</Button>
</div>
</header>
<div v-if="batch.data" class="grid grid-cols-[75%,25%] h-screen">
<div v-if="batch.data" class="grid grid-cols-[75%,25%]">
<div class="border-r">
<Tabs
v-model="tabIndex"