UI Misaligned on Toggling 'Show Inactive Contact' When No Inactive Contacts Exist in Directory at projects. #236

Merged
vikas.nale merged 3 commits from Kartik_bug#649 into Issues_July_2W 2025-07-10 05:18:10 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit e3417287d3 - Show all commits

View File

@ -836,7 +836,7 @@ progress {
}
.row {
--bs-gutter-x: 1.625rem;
--bs-gutter-x: 3.625rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;

View File

@ -139,7 +139,7 @@ const ProjectDetails = () => {
}
case "directory": {
return (
<div className="row">
<div className="row mt-2">
<Directory IsPage={false} prefernceContacts={projectDetails.id} />
</div>
);