Skip to content

Commit e5d21c4

Browse files
samejrmatt-aitken
authored andcommitted
fixed width of popover
1 parent 16cbf6b commit e5d21c4

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.errors.$fingerprint

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.errors.$fingerprint/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ function ErrorStatusDropdown({
732732
<PopoverArrowTrigger variant="tertiary" disabled={isSubmitting}>
733733
Mark error as…
734734
</PopoverArrowTrigger>
735-
<PopoverContent className="w-fit min-w-0 p-1" align="end">
735+
<PopoverContent className="!min-w-0 inline-flex flex-col p-1" align="end">
736736
{state.status === "UNRESOLVED" && (
737737
<>
738738
<PopoverMenuItem

0 commit comments

Comments
 (0)