Missing Bottom Border in Masters Dropdown Menu.

This commit is contained in:
Kartik Sharma 2025-08-06 12:38:03 +05:30
parent a208bb9a17
commit 381019dcaa
2 changed files with 77 additions and 77 deletions

View File

@ -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"

View File

@ -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"