Skip to content

Commit a69c176

Browse files
authored
fix(event-types): align URL prefix with input text baseline (calcom#29000)
1 parent 07edb53 commit a69c176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/modules/event-types/components/tabs/setup/EventSetupTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export const EventSetupTab = (
178178
className={classNames("pl-0", customClassNames?.titleSection?.urlInput?.input)}
179179
addOnLeading={
180180
isPlatform ? undefined : (
181-
<span className="inline-block min-w-0 max-w-24 overflow-hidden text-ellipsis whitespace-nowrap md:max-w-56">
181+
<span className="flex items-center h-full min-w-0 max-w-24 overflow-hidden text-ellipsis whitespace-nowrap md:max-w-56 text-sm leading-[1.5] relative top-[1px]">
182182
{urlPrefix}/
183183
{!isManagedEventType
184184
? team

0 commit comments

Comments
 (0)