Remove padding between execute and cancel button

pull/2433/head
saneery 5 years ago
parent 45dcb72817
commit a57457e570
  1. 6
      apps/block_scout_web/lib/block_scout_web/templates/api_docs/_eth_rpc_item.html.eex

@ -88,7 +88,7 @@
<!-- Buttons for Other / Extra -->
<div class="row">
<div class="col-sm-2 offset-sm-4 col-md-2 offset-md-2">
<div class="offset-sm-4 offset-md-2 col-10">
<button
class="collapse button button-primary"
data-action="<%= @action %>"
@ -97,10 +97,8 @@
data-try-eth-api-ui-button-type="execute"
role="button"
><%= gettext "Execute" %></button>
</div>
<div class="col-sm-2 col-md-2 mt-2 mt-md-0">
<button
class="collapse button button-secondary w-100"
class="collapse button button-secondary"
data-action="<%= @action %>"
data-module="eth"
data-selector='<%= "eth-#{@action}-btn-try-api-clear" %>'

Loading…
Cancel
Save