Skip to content

Commit bc7e38e

Browse files
committed
refactor: improve ui: increase edit header card width to occupy 9 out of 12 col, increase input witdh for header key-value attributes
1 parent c682fed commit bc7e38e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@import '../Common.module';
22

33
.headerInputWidth {
4-
width: 300px;
4+
width: 320px;
55
}

frontend/libs/console/legacy-ce/src/lib/components/Services/Events/EventTriggers/Modify/HeadersEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const HeadersEditor = (props: HeaderEditorProps) => {
7474
);
7575

7676
return (
77-
<div className="mb-lg w-6/12">
77+
<div className="mb-lg w-9/12">
7878
<h2 className="text-lg font-semibold mb-xs flex items-center">Headers</h2>
7979
<p className="text-sm mb-sm text-gray-600">
8080
Headers Hasura will send to the webhook with the POST request.

0 commit comments

Comments
 (0)