Remove unnecessary Scrollbar from Project List view.
This commit is contained in:
parent
820f80562f
commit
4cd03afc5c
@ -269,8 +269,8 @@ const ProjectList = () => {
|
|||||||
<div className="card cursor-pointer">
|
<div className="card cursor-pointer">
|
||||||
<div className="card-body p-2">
|
<div className="card-body p-2">
|
||||||
<div
|
<div
|
||||||
className="table-responsive text-nowrap py-2 "
|
className="table-responsive text-nowrap py-2 mx-auto"
|
||||||
style={{ minHeight: "400px" }}
|
style={{ minHeight: "200px", overflow: "visible" }}
|
||||||
>
|
>
|
||||||
<table className="table m-3">
|
<table className="table m-3">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user