Fixed Margin
This commit is contained in:
parent
e175edcf2d
commit
bcfc91226f
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
<!-- URL FAIL CHECK -->
|
<!-- URL FAIL CHECK -->
|
||||||
{{ if .ERR }}
|
{{ if .ERR }}
|
||||||
<div style="padding-right: 20px;" class="alert alert-dismissible alert-danger">
|
<div style="padding-right: 20px;" class="alert alert-dismissible alert-danger">
|
||||||
<p>{{ .ERR }}</p>
|
<p style="margin-bottom: 0px;">{{ .ERR }}</p>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue