Inconsistent search bar height in Tenant module
This commit is contained in:
parent
451d0a785f
commit
978a497f28
@ -127,18 +127,18 @@ const TenantPage = () => {
|
|||||||
<div className="p-0">
|
<div className="p-0">
|
||||||
<div className="row align-items-center">
|
<div className="row align-items-center">
|
||||||
{/* Search */}
|
{/* Search */}
|
||||||
<div className="col-6 col-md-6 col-lg-3 mb-md-0">
|
<div className="col-6 col-md-6 col-lg-2 mb-md-0">
|
||||||
<input
|
<input
|
||||||
type="search"
|
type="search"
|
||||||
value={searchText}
|
value={searchText}
|
||||||
|
className="form-control form-control-sm"
|
||||||
onChange={(e) => setSearchText(e.target.value)}
|
onChange={(e) => setSearchText(e.target.value)}
|
||||||
className="form-control form-control"
|
|
||||||
placeholder="Search Tenant"
|
placeholder="Search Tenant"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Actions */}
|
{/* Actions */}
|
||||||
<div className="col-6 col-md-6 col-lg-9 text-end">
|
<div className="col-6 col-md-6 col-lg-10 text-end">
|
||||||
<span
|
<span
|
||||||
className="text-tiny text-muted p-1 border-0 bg-none lead mx-3 cursor-pointer"
|
className="text-tiny text-muted p-1 border-0 bg-none lead mx-3 cursor-pointer"
|
||||||
disabled={isRefetching}
|
disabled={isRefetching}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user