Unnnessary scrollbar will be remove and correct the layout.
This commit is contained in:
parent
18c745dbd8
commit
306fea9351
@ -269,10 +269,10 @@ 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 mx-auto"
|
className="table-responsive text-nowrap py-2 mx-2"
|
||||||
style={{ minHeight: "200px", overflow: "visible" }}
|
style={{ minHeight: "200px" }}
|
||||||
>
|
>
|
||||||
<table className="table m-3">
|
<table className="table m-0">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th className="text-start" colSpan={5}>
|
<th className="text-start" colSpan={5}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user