Skip to content

Commit

Permalink
Merge pull request #2039 from ever-co/fix/version-ui
Browse files Browse the repository at this point in the history
fix: Version UI
  • Loading branch information
evereq authored Dec 30, 2023
2 parents b3f1034 + 73256c5 commit f2b1ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/settings/version-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const VersionForm = ({ formOnly = false, onCreated, onVersionCreated }: S
<>
<form className="w-full" onSubmit={handleSubmit(onSubmit)} autoComplete="off">
<div className="flex flex-row w-full">
<div className="rounded-md m-h-64 p-[32px] pl-0 pr-0 flex flex-col md: gap-x-[2rem] w-full">
<div className="rounded-md m-h-64 p-[32px] pl-0 pr-0 flex gap-x-[2rem] w-full">
{!formOnly && (
<Text className="flex-none flex-grow-0 text-gray-400 text-lg font-normal mb-2 w-full md:w-[200px]">
{t('pages.settingsTeam.VERSIONS')}
Expand Down

0 comments on commit f2b1ee9

Please sign in to comment.