We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6092fcc commit 80cbfd5Copy full SHA for 80cbfd5
app/views/data/tags.html.erb
@@ -15,7 +15,7 @@
15
</div>
16
<div class="collapsible-body">
17
<% grouped_tags.each do |tag, page_list| %>
18
- <div class="row">
+ <div class="row" style="border-bottom: 1px solid #ccc; padding-bottom: 2em; margin-bottom: 2em">
19
<div class="col s12 m6 l4">
20
<div>
21
<%=
0 commit comments