Remove unnecessary Scrollbar from Project List view. #280

Closed
kartik.sharma wants to merge 5 commits from kartik_Bug#628 into Issues_July_4W
Showing only changes of commit 18c745dbd8 - Show all commits

View File

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