Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
btn114 committed Nov 26, 2018
1 parent 679c5d9 commit dc2b16b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions view/adminhtml/templates/hook/headers.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ $_colspan = $block->isAddAfter() ? 2 : 1;
<?php endforeach;?>
<th class="col-actions" colspan="<?php /* @escapeNotVerified */ echo $_colspan; ?>">Action</th>
</tr>
</thead
</thead>
<tbody id="addRow<?php /* @escapeNotVerified */ echo $_htmlId; ?>"></tbody>
<tfoot>
<tr>
<td colspan="<?php echo count($block->getColumns())+$_colspan; ?>" class="col-actions-add">
Expand All @@ -54,7 +55,7 @@ $_colspan = $block->isAddAfter() ? 2 : 1;
</td>
</tr>
</tfoot>
<tbody id="addRow<?php /* @escapeNotVerified */ echo $_htmlId; ?>"></tbody>

</table>
</div>
<input type="hidden" name="<?php /* @escapeNotVerified */ echo $block->getElement()->getName(); ?>[__empty]" value="" />
Expand Down
4 changes: 4 additions & 0 deletions view/adminhtml/web/css/form/edit-hook.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,8 @@ label[for="hook_payload_url"].addafter {

a#insert-variable-upload {
float: right;
}

#hook_actions_fieldset > label[for="hook_headers"] {
display: none;
}

0 comments on commit dc2b16b

Please sign in to comment.