diff --git a/view/adminhtml/templates/hook/body.phtml b/view/adminhtml/templates/hook/body.phtml index c1fbb64..171de13 100755 --- a/view/adminhtml/templates/hook/body.phtml +++ b/view/adminhtml/templates/hook/body.phtml @@ -130,16 +130,4 @@ $modifiersData = $block->getModifier() ? \Mageplaza\Webhook\Helper\Data::jsonEnc } } } - - \ No newline at end of file + \ No newline at end of file diff --git a/view/adminhtml/templates/hook/headers.phtml b/view/adminhtml/templates/hook/headers.phtml index b48da8c..f9e9d8d 100755 --- a/view/adminhtml/templates/hook/headers.phtml +++ b/view/adminhtml/templates/hook/headers.phtml @@ -44,12 +44,12 @@ $_colspan = $block->isAddAfter() ? 2 : 1; Action - + diff --git a/view/adminhtml/web/css/form/edit-hook.css b/view/adminhtml/web/css/form/edit-hook.css index 4f54743..06b9979 100755 --- a/view/adminhtml/web/css/form/edit-hook.css +++ b/view/adminhtml/web/css/form/edit-hook.css @@ -134,4 +134,18 @@ a.btn { font-weight: 600; line-height: 1.36; cursor: pointer; +} + +#hook_payload_url { + max-width: 80%; +} + +label[for="hook_payload_url"].addafter { + position: absolute; + top: 0; + right: 20%; +} + +a#insert-variable-upload { + float: right; } \ No newline at end of file