2
0
mirror of https://github.com/frappe/books.git synced 2025-01-22 14:48:25 +00:00

fix: dashboard scroll issue

- remove '.' from labels
This commit is contained in:
18alantom 2023-05-08 10:35:50 +05:30
parent b58001b25b
commit a8e8225ad6
3 changed files with 8 additions and 8 deletions

View File

@ -140,7 +140,7 @@
},
{
"fieldname": "hasSerialNumber",
"label": "Has Serial Number.",
"label": "Has Serial Number",
"fieldtype": "Check",
"default": false,
"section": "Inventory"

View File

@ -65,7 +65,7 @@
},
{
"fieldname": "enableSerialNumber",
"label": "Enable Serial Number.",
"label": "Enable Serial Number",
"fieldtype": "Check",
"section": "Features"
},

View File

@ -1,5 +1,5 @@
<template>
<div class="overflow-hidden h-screen" style="width: var(--w-desk)">
<div class="h-screen" style="width: var(--w-desk)">
<PageHeader :title="t`Dashboard`">
<div
class="
@ -20,11 +20,11 @@
</div>
</PageHeader>
<div class="no-scrollbar overflow-auto h-full">
<div
style="min-width: var(--w-desk-fixed); min-height: var(--h-app)"
class="overflow-auto"
>
<div
class="custom-scroll overflow-auto"
style="height: calc(100vh - var(--h-row-largest) - 1px)"
>
<div style="min-width: var(--w-desk-fixed)" class="overflow-auto">
<Cashflow
class="p-4"
:common-period="period"