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 bbc3cc0 commit 8d1a965Copy full SHA for 8d1a965
apps/mail/app/(routes)/settings/general/page.tsx
@@ -223,7 +223,7 @@ export default function GeneralPage() {
223
224
const renderTimezoneField = useCallback(
225
({ field }: { field: any }) => (
226
- <FormItem className="w-full md:w-[200px]">
+ <FormItem className="w-full md:w-[200px] self-start">
227
<FormLabel className="text-sm font-medium">
228
{m['pages.settings.general.timezone']()}
229
</FormLabel>
0 commit comments