Skip to content

Commit

Permalink
add a little space between these buttons (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Apr 14, 2023
1 parent 3802af8 commit bc33a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Some helpful resources on using Apache Spark in a Jupyter notebook:
</form>
</div>
<%- unless tutorials_root.blank? -%>
<div class="col-xs-6">
<div class="ml-3 col-xs-6">
<form action="/node/<%= host %>/<%= port %>/login?next=<%= url_encode "/node/#{host}/#{port}/tree#{tutorials_root}" %>" method="post" target="_blank" class="pull-right">
<input type="hidden" name="password" value="<%= password %>">
<button class="btn btn-primary" type="submit" style="margin-top: 6px;">
Expand Down

0 comments on commit bc33a44

Please sign in to comment.