Skip to content

Commit 299f152

Browse files
FIX (notifiers): Fix notifier name marging
1 parent f3edf1a commit 299f152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/features/notifiers/ui/edit/EditNotifierComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export function EditNotifierComponent({
192192
<div>
193193
{isShowName && (
194194
<div className="mb-1 flex items-center">
195-
<div className="min-w-[110px]">Name</div>
195+
<div className="min-w-[130px]">Name</div>
196196

197197
<Input
198198
value={notifier?.name || ''}

0 commit comments

Comments
 (0)