We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b75764 + c146811 commit a882f07Copy full SHA for a882f07
apps/OpenSign/src/components/pdf/PdfHeader.js
@@ -331,7 +331,7 @@ function Header({
331
user exist than show finish button else no
332
*/}
333
{currentSigner && (
334
- <div className="flex" data-tut="reactourFifth">
+ <div className="flex items-center" data-tut="reactourFifth">
335
{decline && (
336
<div
337
onClick={() => handleDeclinePdfAlert()}
@@ -372,7 +372,7 @@ function Header({
372
<DropdownMenu.Root>
373
<DropdownMenu.Trigger asChild>
374
375
- className="border-none font-[650] text-[18px] pl-2"
+ className="border-none font-[650] text-[18px] px-2 ml-[4px]"
376
style={{ color: themeColor }}
377
>
378
<i
0 commit comments