issues_Oct_4W #498

Closed
pramod.mahajan wants to merge 5 commits from issues_Oct_4W into OnFieldWork_V1
Showing only changes of commit c1b4fc277a - Show all commits

View File

@ -74,7 +74,7 @@ const EmployeeList = ({ employees, onChange, bucket }) => {
return (
<>
<div className="d-flex justify-content-between align-items-center mt-2">
<div className="d-flex justify-content-between align-items-center mt-2 h-25" >
<p className="m-0 fw-normal">Add Employee</p>
<div className="px-1">
<input
@ -87,7 +87,7 @@ const EmployeeList = ({ employees, onChange, bucket }) => {
</div>
</div>
<div className="table-responsive px-1 my-1 px-sm-0">
<div className="table-responsive px-1 my-1 px-sm-0" style={{maxHeight:'200px'}}>
<table className="table align-middle mb-0">
<thead className="table-light">
<tr>