Changes in Directory in Filter, removing unnessary gaps and changing color of HideEditor. #220

Merged
vikas.nale merged 2 commits from Kartik_Enhancement#624 into Issues_Jun_3W 2025-06-30 10:49:48 +00:00
Showing only changes of commit 763ed3b98c - Show all commits

View File

@ -306,7 +306,7 @@ const DirectoryPageHeader = ({
)}
</a>
<div className="dropdown-menu p-0" style={{ minWidth: "600px" }}>
<div className="dropdown-menu p-0" style={{ minWidth: "700px" }}>
{/* Scrollable Filter Content */}
<div
className="p-3"
@ -319,7 +319,7 @@ const DirectoryPageHeader = ({
>
<div className="d-flex gap-3">
{/* Created By */}
<div style={{ flex: 1, maxHeight: "260px", overflowY: "auto" }}>
<div style={{ flex: 0.50, maxHeight: "260px", overflowY: "auto" }}>
<div style={{ position: "sticky", top: 0, background: "#fff", zIndex: 1 }}>
<p className="text-muted mb-2 pt-2">Created By</p>
</div>
@ -340,7 +340,7 @@ const DirectoryPageHeader = ({
</div>
{/* Organization */}
<div style={{ flex: 1, maxHeight: "260px", overflowY: "auto" }}>
<div style={{ flex: 1, maxHeight: "260px", overflowY: "auto",overflowX: "hidden", }}>
<div style={{ position: "sticky", top: 0, background: "#fff", zIndex: 1 }}>
<p className="text-muted mb-2 pt-2">Organization</p>
</div>