Skip to content

Commit

Permalink
Improved the gap in sidebar (publiclab#7620)
Browse files Browse the repository at this point in the history
* Added gap in sidebar

* Increased gap

* Modified

* modified

* edit

* Updated style
  • Loading branch information
sssash18 authored Mar 15, 2020
1 parent a66a27b commit 6fb7ee1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/sidebar/_dashboard.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
<% end %>

<ul class="nav nav-tabs">
<ul class="nav nav-tabs" style="margin-top:2.2rem;">
<li class="nav-item" style="width:49%;">
<a class="nav-link active lists-tab" href="#ask-question" data-toggle="tab">
<span class="d-md-none"><i class="fa fa-comment"></i></span>
Expand All @@ -41,6 +41,7 @@
</a>
</li>
</ul>

<div class="tab-content">
<div class="tab-pane" id="wiki">
<%= render partial: "dashboard/wiki", locals: { wikis: @wikis } %>
Expand Down

0 comments on commit 6fb7ee1

Please sign in to comment.