Skip to content

Commit 5a11165

Browse files
committed
Adjust layout heights in board-page and index templates for improved responsiveness
1 parent 902f208 commit 5a11165

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

resources/views/.gitkeep

Whitespace-only changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<x-filament-panels::page>
2-
<div class="h-[calc(100vh-12rem)]">
2+
<div class="h-[calc(100vh-11rem)]">
33
{{ $this->board }}
44
</div>
55
</x-filament-panels::page>

resources/views/index.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class="w-full h-full flex flex-col relative"
1919
@include('flowforge::components.filters')
2020

2121
<!-- Board Content -->
22-
<div class="flex-1 overflow-hidden">
23-
<div class="flex flex-row h-full overflow-x-auto overflow-y-hidden px-2 gap-5 pb-4">
22+
<div class="flex-1 overflow-hidden h-full">
23+
<div class="flex flex-row h-full overflow-x-auto overflow-y-hidden gap-5">
2424
@foreach($columns as $columnId => $column)
2525
<x-flowforge::column
2626
:columnId="$columnId"

0 commit comments

Comments
 (0)