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.
1 parent 49935f5 commit 6002289Copy full SHA for 6002289
src/components/pages/pricing/table/table.tsx
@@ -104,7 +104,7 @@ const Table = () => {
104
<div
105
className={clsx(
106
'sticky top-[122px] z-30 md:static',
107
- 'h-[276px] 3xl:h-[272px] md:h-[245px] sm:h-[260px]',
+ 'h-[272px] md:h-[245px] sm:h-[260px]',
108
{
109
'border-r border-tones-purple-dark': currentPlan.title === 'enterprise',
110
},
0 commit comments