Skip to content

Commit bebfa9f

Browse files
committed
fix padding on email
1 parent a947d28 commit bebfa9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devcon/src/components/domain/landing-page/GetReminderDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export const GetReminderDialog = ({ open, onOpenChange }: GetReminderDialogProps
189189
onChange={e => setEmail(e.target.value)}
190190
onKeyDown={e => e.key === 'Enter' && handleSubmit()}
191191
disabled={status === 'loading'}
192-
className="bg-white border border-[#dddae2] rounded-lg h-10 leading-10 px-4 text-[14px] text-[#160b2b] placeholder:text-[#594d73] flex-1 min-w-0 outline-none focus:border-[#7235ed] transition-colors disabled:opacity-60"
192+
className="bg-white border border-[#dddae2] rounded-lg h-10 leading-10 px-4 text-[14px] text-[#160b2b] placeholder:text-[#594d73] w-full sm:flex-1 sm:min-w-0 outline-none focus:border-[#7235ed] transition-colors disabled:opacity-60"
193193
/>
194194
<button
195195
type="button"

0 commit comments

Comments
 (0)