Correction in List view alignment.
This commit is contained in:
parent
4d2e37f52e
commit
c669eb90c3
@ -126,7 +126,7 @@ const ProjectListView = ({ data, currentPage, totalPages, paginate }) => {
|
||||
|
||||
return (
|
||||
<div className="card page-min-h py-4 px-6 shadow-sm">
|
||||
<div className="table-responsive text-nowrap page-min-h">
|
||||
<div className="table-responsive text-nowrap">
|
||||
<table className="table table-hover align-middle m-0">
|
||||
<thead className="border-bottom ">
|
||||
<tr>
|
||||
|
||||
@ -48,7 +48,7 @@ const ServiceProjectDisplay = ({ listView, selectedStatuses }) => {
|
||||
</div>
|
||||
);
|
||||
return (
|
||||
<div className="row">
|
||||
<div className="">
|
||||
{listView ? (
|
||||
<ServiceProjectList
|
||||
data={filteredProjects}
|
||||
|
||||
@ -98,7 +98,7 @@ const ProjectsDisplay = ({
|
||||
);
|
||||
|
||||
return (
|
||||
<div className="row">
|
||||
<div className="">
|
||||
{listView ? (
|
||||
<ProjectListView
|
||||
data={projectList}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user