Skip to content

Commit

Permalink
Merge pull request #2587 from firehudson/issue/print-view
Browse files Browse the repository at this point in the history
Print view fix
  • Loading branch information
zbeyens committed Sep 12, 2023
1 parent c9267a8 commit 6708a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/plate-ui/media-popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function MediaPopover({ pluginKey, children }: MediaPopoverProps) {

<PopoverContent className="w-auto p-1">
{isEditing ? (
<div className="flex w-[330px] flex-col">
<div className="print:hidden flex w-[330px] flex-col">
<div className="flex items-center">
<div className="flex items-center pl-3 text-muted-foreground">
<Icons.link className="h-4 w-4" />
Expand Down

0 comments on commit 6708a9d

Please sign in to comment.