Skip to content

Commit f52376d

Browse files
committed
Merge branch 'next' of github.com:devforth/adminforth into next
2 parents 935bceb + c0b6de6 commit f52376d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/views/ShowView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<div class="h-4 bg-gray-300 dark:bg-gray-600 rounded-full w-32"></div>
8989
</div>
9090

91-
<table class="w-full text-sm text-left table-fixed">
91+
<table class="w-full text-sm text-left table-fixed border rounded-lg overflow-hidden">
9292
<thead class="bg-lightShowTableUnderHeadingBackground dark:bg-darkShowTableUnderHeadingBackground block md:table-row-group">
9393
<tr>
9494
<th scope="col" class="px-6 py-3 text-xs uppercase hidden md:w-52 md:table-cell text-lightShowTableUnderHeadingText dark:text-darkShowTableUnderHeadingText">

0 commit comments

Comments
 (0)