fix(desktop): let messaging credential inputs fill their row
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user