Skip to content

Commit

Permalink
fix(ui): add lg breakpoint for mail form (#1480)
Browse files Browse the repository at this point in the history
* fix(ui): add lg breakpoint for mail form

* update ui distribution
  • Loading branch information
wsxiaoys authored Feb 18, 2024
1 parent a3fcc65 commit 5c4baec
Show file tree
Hide file tree
Showing 96 changed files with 247 additions and 224 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const MailForm = React.forwardRef<MailFormRef, MailFormProps>((props, ref) => {
className="flex flex-col items-start gap-4"
onSubmit={form.handleSubmit(onSubmit)}
>
<div className="flex gap-8">
<div className="flex flex-col gap-8 lg:flex-row">
<FormField
control={form.control}
name="smtpServer"
Expand Down Expand Up @@ -234,7 +234,7 @@ const MailForm = React.forwardRef<MailFormRef, MailFormProps>((props, ref) => {
</FormItem>
)}
/>
<div className="flex gap-8">
<div className="flex flex-col gap-8 lg:flex-row">
<FormField
control={form.control}
name="smtpUsername"
Expand Down
2 changes: 1 addition & 1 deletion ee/tabby-webserver/ui/404.html

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Loading

0 comments on commit 5c4baec

Please sign in to comment.