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-body p-2">
|
||||
<div
|
||||
className="table-responsive text-nowrap py-2 "
|
||||
style={{ minHeight: "400px" }}
|
||||
className="table-responsive text-nowrap py-2 mx-auto"
|
||||
style={{ minHeight: "200px", overflow: "visible" }}
|
||||
>
|
||||
<table className="table m-3">
|
||||
<thead>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user