Skip to content

Commit

Permalink
Increase top padding fixes #354
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Jul 31, 2019
1 parent 268fe29 commit c6295b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_group_tabs.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<nav class="container" aria-label="Proxy tabs">
<ul class="nav nav-tabs nav-justified col-12 pt-3">
<ul class="nav nav-tabs nav-justified col-12 pt-5">
<li class="nav-item h3">
<%= link_to url_for(group: nil), class: "nav-link #{params[:group].nil? && 'active'}", aria: { current: params[:group].nil? } do %>
<%= patron_or_group.proxy_borrower_name || 'Self' %>
Expand Down

0 comments on commit c6295b1

Please sign in to comment.