fix(desktop): let messaging credential inputs fill their row

This commit is contained in:
Adolan
2026-09-26 09:22:18 -07:00
committed by brooklyn!
parent 42592179ed
commit a65641b2e6

View File

@@ -993,7 +993,7 @@ function MessagingField({
return ( return (
<ListRow <ListRow
action={ action={
<div className="flex items-center gap-2"> <div className="flex w-full items-center gap-2 @2xl:w-88">
<Input <Input
className={CREDENTIAL_CONTROL_CLASS} className={CREDENTIAL_CONTROL_CLASS}
id={fieldId} id={fieldId}