- commit
- 52c99e8
- parent
- b8c31b6
- author
- Eric Bower
- date
- 2024-07-06 23:02:55 -0400 EDT
style: pr item spacing
1 files changed,
+1,
-1
+1,
-1
1@@ -1,6 +1,6 @@
2 {{define "pr-list-item"}}
3 <div>
4- <div style="margin-bottom: 0.15rem;">
5+ <div style="margin-bottom: 0.3rem;">
6 <a href="{{.Url}}">{{.Text}}</a>
7 {{template "pr-status" .Status}}
8 </div>