Skip to content

Commit 42f89ee

Browse files
committed
updating ui
1 parent ad11fed commit 42f89ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/dashboard/setting.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ <h4>Blocked domains</h4>
574574
<div class="my-2 p-2 card">
575575
<div class="row">
576576
<div class="col">
577-
<h5>{{ blocked_domain.domain }}</h5>
577+
<div class="py-2 font-weight-bold">{{ blocked_domain.domain }}</div>
578578
</div>
579579
<div class="col-2">
580580
<form method="post" action="#blocked-domains">

0 commit comments

Comments
 (0)