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 ad11fed commit 42f89eeCopy full SHA for 42f89ee
templates/dashboard/setting.html
@@ -574,7 +574,7 @@ <h4>Blocked domains</h4>
574
<div class="my-2 p-2 card">
575
<div class="row">
576
<div class="col">
577
- <h5>{{ blocked_domain.domain }}</h5>
+ <div class="py-2 font-weight-bold">{{ blocked_domain.domain }}</div>
578
</div>
579
<div class="col-2">
580
<form method="post" action="#blocked-domains">
0 commit comments