fixed width added to back btn
This commit is contained in:
@@ -59,7 +59,7 @@ function ActiveJobs(props) {
|
|||||||
<div className="w-full flex justify-start space-x-3 items-center">
|
<div className="w-full flex justify-start space-x-3 items-center">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
className="text-[#374557] border border-sky-blue p-1 rounded-full"
|
className="min-w-[45px] h-autotext-[#374557] border border-sky-blue p-1 rounded-full"
|
||||||
onClick={() => navigate(props.details.pathname, {replace: true})}
|
onClick={() => navigate(props.details.pathname, {replace: true})}
|
||||||
>
|
>
|
||||||
<svg
|
<svg
|
||||||
|
|||||||
Reference in New Issue
Block a user