summaryrefslogtreecommitdiff
path: root/workbench/resources/views/components/layouts
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2025-09-24 00:13:09 +0100
committerSam Light <samlight1994@gmail.com>2025-09-24 00:13:09 +0100
commit2a349e8a4222b76724ed21626f332e9f3237318f (patch)
tree1be23fa35819fa275f2fd156f1062ca62d55c611 /workbench/resources/views/components/layouts
parent94fd2a9a3cff8c926ce12046e01f481f15c02d76 (diff)
Demo usage of the wrapperComponentHEADv1.3.0master
Diffstat (limited to 'workbench/resources/views/components/layouts')
-rw-r--r--workbench/resources/views/components/layouts/app.blade.php5
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>