Commit 7cac5d04 authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

fix descrip table

parent 86f6e701
Pipeline #26908 passed with stage
in 1 minute and 33 seconds
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
</button> </button>
</li> </li>
<li class="mb-1"> <li class="mb-1">
<a href="#" class="block py-1 px-4 rounded hover:primary-focus text-black"> <i <a href="#" class="block py-1 px-4 rounded hover:primary-focus text-black">
class="fa fa-home mx-2"></i>Home</a> <i aria-hidden="true" class="fa fa-home mx-2"></i>Home</a>
</li> </li>
</ul> </ul>
......
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
@include('livewire.select-atleast-modal') @include('livewire.select-atleast-modal')
<div class="mx-3 mt-3 px-4"> <div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full overflow-x-auto" x-data="pages.tables.initExample1"> <div class="is-scrollbar-hidden min-w-full overflow-x-auto" x-data="pages.tables.initExample1">
<table class="is-hoverable w-full text-left"> <table aria-describedby="mydesc" class="is-hoverable w-full text-left">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
</div> </div>
<div class="mx-3 mt-3 px-4"> <div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1"> <div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1">
<table class="is-hoverable table w-full text-left"> <table aria-describedby="mydesc" class="is-hoverable table w-full text-left">
<thead> <thead>
<tr> <tr>
<th scope="col" class="whitespace-nowrap rounded-tl-lg bg-slate-200 px-4 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-5"> <th scope="col" class="whitespace-nowrap rounded-tl-lg bg-slate-200 px-4 py-3 font-semibold uppercase text-slate-800 dark:bg-navy-800 dark:text-navy-100 lg:px-5">
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
</div> </div>
<div class="mx-3 mt-3 px-4"> <div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1"> <div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1">
<table class="is-hoverable table w-full text-left"> <table aria-describedby="mydesc" class="is-hoverable table w-full text-left">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<div class="mx-3 mt-3 px-4"> <div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1"> <div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1">
<table class="is-hoverable table w-full text-left border-b"> <table aria-describedby="mydesc" class="is-hoverable table w-full text-left border-b">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
@include('livewire.select-atleast-modal') @include('livewire.select-atleast-modal')
<div class="mx-3 mt-3 px-4"> <div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full overflow-x-auto" x-data="pages.tables.initExample1"> <div class="is-scrollbar-hidden min-w-full overflow-x-auto" x-data="pages.tables.initExample1">
<table class="is-hoverable w-full text-left"> <table aria-describedby="mydesc" class="is-hoverable w-full text-left">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
<div class="mx-3 mt-3 px-4"> <div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1"> <div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1">
<table class="is-hoverable table w-full text-left border-b"> <table aria-describedby="mydesc" class="is-hoverable table w-full text-left border-b">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<div class="mx-3 mt-3 px-4"> <div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1"> <div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1">
<table class="is-hoverable table w-full text-left"> <table aria-describedby="mydesc" class="is-hoverable table w-full text-left">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
</div> </div>
</div> </div>
<div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1"> <div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1">
<table class="is-hoverable table w-full text-left border-b"> <table aria-describedby="mydesc" class="is-hoverable table w-full text-left border-b">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<div class="mx-3 mt-3"> <div class="mx-3 mt-3">
<div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1"> <div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1">
<table class="is-hoverable table w-full text-left border-b"> <table aria-describedby="mydesc" class="is-hoverable table w-full text-left border-b">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
@include('livewire.select-atleast-modal') @include('livewire.select-atleast-modal')
<div class="mx-3 mt-3 px-4"> <div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full overflow-x-auto" x-data="pages.tables.initExample1"> <div class="is-scrollbar-hidden min-w-full overflow-x-auto" x-data="pages.tables.initExample1">
<table class="is-hoverable w-full text-left"> <table aria-describedby="mydesc" class="is-hoverable w-full text-left">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
<div class="mt-3 "> <div class="mt-3 ">
<div class="is-scrollbar-hidden min-w-full table-responsive"> <div class="is-scrollbar-hidden min-w-full table-responsive">
<table class="is-hoverable table w-full text-left"> <table aria-describedby="mydesc" class="is-hoverable table w-full text-left">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
<div class="mx-3 mt-3 px-4"> <div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full table-responsive"> <div class="is-scrollbar-hidden min-w-full table-responsive">
<table class="is-hoverable table w-full text-left"> <table aria-describedby="mydesc" class="is-hoverable table w-full text-left">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<div class="mx-3 mt-3 px-4"> <div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full table-responsive"> <div class="is-scrollbar-hidden min-w-full table-responsive">
<table class="is-hoverable table w-full text-left"> <table aria-describedby="mydesc" class="is-hoverable table w-full text-left">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
</span> </span>
</div> </div>
<div class="is-scrollbar-hidden min-w-full table-responsive"> <div class="is-scrollbar-hidden min-w-full table-responsive">
<table class="min-w-full is-hoverable table w-full divide-y divide-gray-200"> <table aria-describedby="mydesc" class="min-w-full is-hoverable table w-full divide-y divide-gray-200">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
</select> </select>
</span> </span>
</div> </div>
<table class="min-w-full is-hoverable table w-full divide-y divide-gray-200"> <table aria-describedby="mydesc" class="min-w-full is-hoverable table w-full divide-y divide-gray-200">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<div class="mx-3 mt-3 px-4"> <div class="mx-3 mt-3 px-4">
<div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1"> <div class="is-scrollbar-hidden min-w-full table-responsive" x-data="pages.tables.initExample1">
<table class="is-hoverable table w-full text-left "> <table aria-describedby="mydesc" class="is-hoverable table w-full text-left ">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<!-- Table Section --> <!-- Table Section -->
<div class="overflow-x-auto p-4"> <div class="overflow-x-auto p-4">
<table class="min-w-full bg-white border border-gray-300"> <table aria-describedby="mydesc" class="min-w-full bg-white border border-gray-300">
<thead> <thead>
<tr class="bg-slate-300 text-gray-700"> <tr class="bg-slate-300 text-gray-700">
<th scope="col" class="py-2 px-4 border-b">ID</th> <th scope="col" class="py-2 px-4 border-b">ID</th>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</div> </div>
<div class="overflow-x-auto p-4"> <div class="overflow-x-auto p-4">
<table class="is-hoverable table w-full text-left border-b"> <table aria-describedby="mydesc" class="is-hoverable table w-full text-left border-b">
<thead> <thead>
<tr> <tr>
<th scope="col" <th scope="col"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<div x-show="expanded" class="overflow-x-auto p-4"> <div x-show="expanded" class="overflow-x-auto p-4">
<div class="max-w-3xl mx-auto bg-white rounded-lg"> <div class="max-w-3xl mx-auto bg-white rounded-lg">
<table class="min-w-full bg-white border border-gray-300 text-sm"> <table aria-describedby="mydesc" class="min-w-full bg-white border border-gray-300 text-sm">
<thead> <thead>
<tr class="bg-slate-300 text-gray-700 text-xs"> <tr class="bg-slate-300 text-gray-700 text-xs">
<th scope="col" class="py-2 px-4 border-b w-1/2">Name</th> <th scope="col" class="py-2 px-4 border-b w-1/2">Name</th>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment