Skip to content

Commit

Permalink
fix border send
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid authored Dec 22, 2022
1 parent 2caac3c commit eb75269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-marine/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h4>{{__ "Parameters"}}</h4>
{{/if}}

<div class="form-group">
<button class="btn btn-primary btn-lg sample-request-send" data-sample-request-type="{{article.type}}">{{__ "Send"}}</button>
<button class="btn btn-primary btn-lg sample-request-send" data-sample-request-type="{{article.type}}" style="border-radius: 10px; ">{{__ "Send"}}</button>
</div>

<div class="sample-request-response" style="display: none;">
Expand Down

0 comments on commit eb75269

Please sign in to comment.