2
0
mirror of https://github.com/frappe/books.git synced 2024-09-19 19:19:02 +00:00

fix(ui): un-break list cause of min-width

This commit is contained in:
18alantom 2022-10-12 20:20:53 +05:30
parent 5de0f6c8d8
commit 34f79d5f69

View File

@ -37,11 +37,7 @@
<!-- Data Rows -->
<div class="overflow-y-auto custom-scroll" v-if="dataSlice.length !== 0">
<div
v-for="(doc, i) in dataSlice"
:key="doc.name"
style="min-width: calc(var(--w-desk) - var(--w-scrollbar))"
>
<div v-for="(doc, i) in dataSlice" :key="doc.name">
<!-- Row Content -->
<div class="flex hover:bg-gray-50 items-center">
<p class="w-8 text-right mr-4 text-gray-900">