We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only h-[px] inside the class attribute is being respected. If the input is given in percentage(ie h-1/2), it fails.
<div class="p-2 border-2 border-gray-200 h-4/6"> <ListView class="h-4/6" :columns="itemColumns" :rows="filteredItems" :options="{ selectable: false, showTooltip: false, resizeColumn: true, onRowClick: (row) => console.log(row.item_code + ' was clicked'), emptyState: { title: 'No items selected', description: 'Select an item to get started', }, }" row-key='item_code' /> </div>
Add h-full at
h-full
frappe-ui/src/components/ListView/ListView.vue
Line 2 in 0f32e2e
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Only h-[px] inside the class attribute is being respected. If the input is given in percentage(ie h-1/2), it fails.
Add
h-full
atfrappe-ui/src/components/ListView/ListView.vue
Line 2 in 0f32e2e
Peek.2024-12-25.17-41.mp4
The text was updated successfully, but these errors were encountered: