Skip to content

Commit 935f733

Browse files
ckjmattrobenolt
authored andcommitted
Literally only add padding
1 parent 6f6a06f commit 935f733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/templates/sentry/account/subscriptions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<legend class="m-t-0">Subscriptions</legend>
2323
{% for subscription in subscriptions.subscriptions %}
24-
<div class="row">
24+
<div class="row p-b-1">
2525
<div class="col-md-9">
2626
<h5>{{ subscription.list_name }}</h5>
2727
</div>

0 commit comments

Comments
 (0)