Missing Bottom Border in Masters Dropdown Menu.
This commit is contained in:
parent
a208bb9a17
commit
381019dcaa
@ -100,7 +100,7 @@ useEffect(() => {
|
||||
></Breadcrumb>
|
||||
<div className="row">
|
||||
<div className="card">
|
||||
<div className="card-datatable table-responsive pt-2">
|
||||
<div className="card-datatable table-responsive py-4">
|
||||
<div
|
||||
id="DataTables_Table_0_wrapper"
|
||||
className="dataTables_wrapper dt-bootstrap5 no-footer"
|
||||
|
||||
@ -184,7 +184,7 @@ const MasterTable = ({ data, columns, loading, handleModalData }) => {
|
||||
{/* Pagination */}
|
||||
{!loading && safeData.length > 20 && (
|
||||
<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" : ""}`}>
|
||||
<button
|
||||
className="page-link btn-xs"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user