We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07edb53 commit a69c176Copy full SHA for a69c176
1 file changed
apps/web/modules/event-types/components/tabs/setup/EventSetupTab.tsx
@@ -178,7 +178,7 @@ export const EventSetupTab = (
178
className={classNames("pl-0", customClassNames?.titleSection?.urlInput?.input)}
179
addOnLeading={
180
isPlatform ? undefined : (
181
- <span className="inline-block min-w-0 max-w-24 overflow-hidden text-ellipsis whitespace-nowrap md:max-w-56">
+ <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]">
182
{urlPrefix}/
183
{!isManagedEventType
184
? team
0 commit comments