diff --git a/src/components/applications-launcher-page.tsx b/src/components/applications-launcher-page.tsx index cd8943b60b..355c45fbb3 100644 --- a/src/components/applications-launcher-page.tsx +++ b/src/components/applications-launcher-page.tsx @@ -784,7 +784,7 @@ export function ApplicationsLauncherWorkspace({
@@ -800,7 +800,12 @@ export function ApplicationsLauncherWorkspace({
-
+
{filteredApps.length === 0 ? (

{copy.emptyTitle}

@@ -813,7 +818,7 @@ export function ApplicationsLauncherWorkspace({ ))}
-
+
{filteredApps.map((app) => ( ))} diff --git a/src/components/clinical-dashboard/master-search-header.tsx b/src/components/clinical-dashboard/master-search-header.tsx index 640f83b172..302a2d947c 100644 --- a/src/components/clinical-dashboard/master-search-header.tsx +++ b/src/components/clinical-dashboard/master-search-header.tsx @@ -1142,7 +1142,7 @@ export function MasterSearchHeader({ isDesktopHomeComposer ? "universal-home-search-edge mx-auto w-full" : usesAnswerFooterStyle - ? "floating-composer-edge dashboard-composer-edge z-40 mx-auto max-w-3xl max-sm:fixed max-sm:bottom-0 sm:sticky sm:top-[calc(4.75rem+env(safe-area-inset-top))] sm:z-20 lg:fixed lg:bottom-0 lg:top-auto lg:max-w-4xl" + ? "floating-composer-edge dashboard-composer-edge fixed bottom-0 z-40 mx-auto max-w-3xl lg:max-w-4xl" : usesMobileBottomStyle ? cn( usesPhoneFooterDock diff --git a/src/components/differentials/differential-presentation-workflow-page.tsx b/src/components/differentials/differential-presentation-workflow-page.tsx index fbb05bd434..85d8fa5155 100644 --- a/src/components/differentials/differential-presentation-workflow-page.tsx +++ b/src/components/differentials/differential-presentation-workflow-page.tsx @@ -474,7 +474,7 @@ function MobileCandidateCard({ - + {candidate.record.title} diff --git a/src/components/master-document-flow-mockups.tsx b/src/components/master-document-flow-mockups.tsx index 6b7b822304..9d2deb6471 100644 --- a/src/components/master-document-flow-mockups.tsx +++ b/src/components/master-document-flow-mockups.tsx @@ -296,11 +296,13 @@ function Pill({ active = false, tone = "neutral", icon: Icon, + className, }: { children: ReactNode; active?: boolean; tone?: "neutral" | "teal" | "green" | "amber" | "blue" | "violet"; icon?: LucideIcon; + className?: string; }) { const toneClass = active || tone === "teal" @@ -319,6 +321,7 @@ function Pill({ className={cn( "inline-flex min-h-7 max-w-full shrink-0 items-center gap-1.5 rounded-md border px-2.5 text-xs font-bold shadow-[var(--shadow-inset)]", toneClass, + className, )} > {Icon ?

{row[0]}

-
+
{monitoringTableHeadings.slice(1).map((heading, index) => (
{heading}
@@ -1596,11 +1599,13 @@ function MasterEvidenceDetailContent({ >