Skip to content

Commit 0e900a7

Browse files
fix: Upgradetip text overlapping fixed (calcom#27118)
* fixed text issue * matched style of api keys page * made changes to the upgradetip * made changes to the upgradetip * made changes to the upgradetip * Refactor TextField component properties --------- Co-authored-by: Pallav <90088723+pallava-joshi@users.noreply.github.com>
1 parent 857b3da commit 0e900a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/modules/shell/UpgradeTip.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ export function UpgradeTip({
4949
{" "}
5050
<source srcSet={imageSrc} media="(prefers-color-scheme: dark)" />
5151
<img
52-
className="absolute min-h-full w-full select-none rounded-lg object-cover object-left md:object-center" src={imageSrc}
52+
className="absolute min-h-full w-full select-none rounded-lg object-cover object-left md:object-[45%_30%] lg:object-center" src={imageSrc}
5353
loading="lazy"
5454
alt={title}
5555
/>
5656
</picture>
57-
<div className="relative my-4 w-full px-4 pb-4 sm:px-8 md:px-14">
57+
<div className="relative my-4 w-full px-4 pb-4 sm:px-8 md:px-8 lg:px-14">
5858
<h1 className={classNames("font-cal mt-4 text-2xl sm:text-3xl")}>{title}</h1>
5959
<p className={classNames("mb-8 mt-4 max-w-sm text-sm sm:text-base")}>{description}</p>
6060
{buttons}

0 commit comments

Comments
 (0)