fix add calendar button width and alignment (#7814)

pull/7828/head
darshan 2023-03-19 20:11:56 +05:30 committed by GitHub
parent 22b189cb19
commit 8fd1d76227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ function ShellHeader() {
<div className="mb-1 h-6 w-32 animate-pulse rounded-md bg-gray-200" /> <div className="mb-1 h-6 w-32 animate-pulse rounded-md bg-gray-200" />
)} )}
</div> </div>
<div className="ml-auto">{meta.CTA}</div> <div className="flex-shrink-0 ltr:ml-auto rtl:mr-auto">{meta.CTA}</div>
</div> </div>
</header> </header>
); );