adminforth 1.3.56-next.20 → 1.3.56-next.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -59,7 +59,8 @@
|
|
|
59
59
|
v-else-if="coreStore.record"
|
|
60
60
|
class="relative w-full overflow-x-auto rounded-default shadow-resourseFormShadow"
|
|
61
61
|
>
|
|
62
|
-
<table class="w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400 ">
|
|
62
|
+
<table class="w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400 table-fixed">
|
|
63
|
+
<!-- table fixed layour used to prevent double scroll in inline list plugins -->
|
|
63
64
|
<thead class="text-xs text-gray-700 uppercase bg-lightFormHeading dark:bg-gray-700 dark:text-gray-400">
|
|
64
65
|
<tr>
|
|
65
66
|
<th scope="col" class="px-6 py-3">
|