Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/ui/workspaces/create-workspace-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export function CreateWorkspaceForm({
</p>
</label>
<div className="relative mt-2 flex rounded-md shadow-sm">
<span className="inline-flex items-center rounded-l-md border border-r-0 border-neutral-300 bg-neutral-50 px-5 text-neutral-500 sm:text-sm">
<span className="inline-flex max-w-[140px] items-center truncate rounded-l-md border border-r-0 border-neutral-300 bg-neutral-50 px-3 text-neutral-500 sm:max-w-none sm:px-5 sm:text-sm">
app.{process.env.NEXT_PUBLIC_APP_DOMAIN}
</span>
<input
Expand Down