Correction in List view alignment.
This commit is contained in:
parent
ad2cfaabb6
commit
9890a77533
@ -126,8 +126,8 @@ 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">
|
||||
<table className="table table-hover align-middle m-0">
|
||||
<div className="table-responsive text-nowrap">
|
||||
<table className="table table-hover align-middle m-0">
|
||||
<thead className="border-bottom ">
|
||||
<tr>
|
||||
{projectColumns.map((col) => (
|
||||
|
||||
@ -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