pramod_Task-#399 : Added Access Permission For 'Directory User' Role #160

Merged
pramod.mahajan merged 19 commits from pramod_Task-#399 into Feature_Directory 2025-05-29 17:49:56 +00:00
Showing only changes of commit ecebef71c1 - Show all commits

View File

@ -99,7 +99,7 @@ const DirectoryPageHeader = ({
<div className="d-flex flex-wrap">
{filteredBuckets.map(({ id, name }) => (
<div
className="form-check me-1 mb-1"
className="form-check me-3 mb-1"
style={{ minWidth: "33.33%" }}
key={id}
>
@ -127,7 +127,7 @@ const DirectoryPageHeader = ({
<div className="d-flex flex-wrap">
{filteredCategories.map(({ id, name }) => (
<div
className="form-check me-1 mb-1"
className="form-check me-3 mb-1"
style={{ minWidth: "33.33%" }}
key={id}
>