We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 935bceb + c0b6de6 commit f52376dCopy full SHA for f52376d
adminforth/spa/src/views/ShowView.vue
@@ -88,7 +88,7 @@
88
<div class="h-4 bg-gray-300 dark:bg-gray-600 rounded-full w-32"></div>
89
</div>
90
91
- <table class="w-full text-sm text-left table-fixed">
+ <table class="w-full text-sm text-left table-fixed border rounded-lg overflow-hidden">
92
<thead class="bg-lightShowTableUnderHeadingBackground dark:bg-darkShowTableUnderHeadingBackground block md:table-row-group">
93
<tr>
94
<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