Merge pull request 'Project List Dropdown will be remove in Projects.' (#302) from Kartik_ProjectList#628 into Issues_July_4W
Reviewed-on: #302 Merged
This commit is contained in:
commit
ffb1bd742a
@ -192,7 +192,7 @@ const ProjectList = () => {
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div className="dropdown mt-1">
|
||||
<div className="dropdown ms-3 mt-1">
|
||||
<a
|
||||
className="dropdown-toggle hide-arrow cursor-pointer p-1 mt-3 "
|
||||
data-bs-toggle="dropdown"
|
||||
@ -200,7 +200,7 @@ const ProjectList = () => {
|
||||
data-bs-custom-class="tooltip"
|
||||
title="Filter"
|
||||
>
|
||||
<i className="bx bx-slider-alt ms-1"></i>
|
||||
<i className="fa-solid fa-filter fs-4"></i>
|
||||
</a>
|
||||
<ul className="dropdown-menu p-2 text-capitalize">
|
||||
{[
|
||||
@ -269,10 +269,10 @@ 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-2"
|
||||
style={{ minHeight: "200px" }}
|
||||
>
|
||||
<table className="table m-3">
|
||||
<table className="table m-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th className="text-start" colSpan={5}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user