Skip to content

Commit

Permalink
refactor: improve ui: increase edit header card width to occupy 9 out…
Browse files Browse the repository at this point in the history
… of 12 col, increase input witdh for header key-value attributes
  • Loading branch information
ullasgowda committed Jan 4, 2024
1 parent c682fed commit bc7e38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../Common.module';

.headerInputWidth {
width: 300px;
width: 320px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const HeadersEditor = (props: HeaderEditorProps) => {
);

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

0 comments on commit bc7e38e

Please sign in to comment.