Skip to content

Commit

Permalink
Styled the dropdown button for a better margin (#7380)
Browse files Browse the repository at this point in the history
Added margin-right of 5px to the dropdown div class for better styling
  • Loading branch information
theOpetunde authored Feb 9, 2020
1 parent e160c60 commit 513c735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/tag/show/_nav_tabs.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<div class="dropdown" style="margin-top:10px; float:right;">
<div class="dropdown" style="margin-top:10px; float:right; margin-right: 5px;">

<button class="btn btn-outline-secondary dropdown-toggle" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">by type</button>

Expand Down

0 comments on commit 513c735

Please sign in to comment.