diff options
author | Sam Light <samlight1994@gmail.com> | 2025-09-24 00:13:09 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-09-24 00:13:09 +0100 |
commit | 2a349e8a4222b76724ed21626f332e9f3237318f (patch) | |
tree | 1be23fa35819fa275f2fd156f1062ca62d55c611 /workbench/resources/views/components/layouts | |
parent | 94fd2a9a3cff8c926ce12046e01f481f15c02d76 (diff) |
Diffstat (limited to 'workbench/resources/views/components/layouts')
-rw-r--r-- | workbench/resources/views/components/layouts/app.blade.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/workbench/resources/views/components/layouts/app.blade.php b/workbench/resources/views/components/layouts/app.blade.php index e453da8..ab0fc86 100644 --- a/workbench/resources/views/components/layouts/app.blade.php +++ b/workbench/resources/views/components/layouts/app.blade.php @@ -4,6 +4,11 @@ <title>Livewire tables</title> <link rel="stylesheet" href="{{ asset('css/bootstrap.min.css') }}" /> <x-laralight-assets::head /> + <style> + .card .table tr:last-child > td { + border-bottom-width: 0; + } + </style> </head> <body> |