Skip to content

Commit c146811

Browse files
fix: download menu is not wokring inProgress report in mobile view
1 parent 2e59472 commit c146811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/OpenSign/src/components/pdf/PdfHeader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ function Header({
331331
user exist than show finish button else no
332332
*/}
333333
{currentSigner && (
334-
<div className="flex" data-tut="reactourFifth">
334+
<div className="flex items-center" data-tut="reactourFifth">
335335
{decline && (
336336
<div
337337
onClick={() => handleDeclinePdfAlert()}
@@ -372,7 +372,7 @@ function Header({
372372
<DropdownMenu.Root>
373373
<DropdownMenu.Trigger asChild>
374374
<div
375-
className="border-none font-[650] text-[18px] pl-2"
375+
className="border-none font-[650] text-[18px] px-2 ml-[4px]"
376376
style={{ color: themeColor }}
377377
>
378378
<i

0 commit comments

Comments
 (0)