Missing Bottom Border in Masters Dropdown Menu.
This commit is contained in:
parent
a208bb9a17
commit
381019dcaa
@ -100,7 +100,7 @@ useEffect(() => {
|
|||||||
></Breadcrumb>
|
></Breadcrumb>
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="card">
|
<div className="card">
|
||||||
<div className="card-datatable table-responsive pt-2">
|
<div className="card-datatable table-responsive py-4">
|
||||||
<div
|
<div
|
||||||
id="DataTables_Table_0_wrapper"
|
id="DataTables_Table_0_wrapper"
|
||||||
className="dataTables_wrapper dt-bootstrap5 no-footer"
|
className="dataTables_wrapper dt-bootstrap5 no-footer"
|
||||||
|
|||||||
@ -184,7 +184,7 @@ const MasterTable = ({ data, columns, loading, handleModalData }) => {
|
|||||||
{/* Pagination */}
|
{/* Pagination */}
|
||||||
{!loading && safeData.length > 20 && (
|
{!loading && safeData.length > 20 && (
|
||||||
<nav aria-label="Page ">
|
<nav aria-label="Page ">
|
||||||
<ul className="pagination pagination-sm justify-content-end py-1">
|
<ul className="pagination pagination-sm justify-content-end mt-3">
|
||||||
<li className={`page-item ${currentPage === 1 ? "disabled" : ""}`}>
|
<li className={`page-item ${currentPage === 1 ? "disabled" : ""}`}>
|
||||||
<button
|
<button
|
||||||
className="page-link btn-xs"
|
className="page-link btn-xs"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user