aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-03 03:07:10 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-03 03:07:10 +0300
commit03debba26f05557204e0dd8d4db1991e045a408a (patch)
tree205e970de0158e80372d7f5b01691aba010a07e6 /index.html
parentindex.html: slight fix to HTML (diff)
downloadwireguard-config-03debba26f05557204e0dd8d4db1991e045a408a.tar.gz
wireguard-config-03debba26f05557204e0dd8d4db1991e045a408a.zip
index.html: make errors stand out
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 3a4a1e6..55735ae 100644
--- a/index.html
+++ b/index.html
@@ -87,7 +87,7 @@ show the configuration that can be easily consumed by the new client.</p>
<div class="col-sm-9">
<input type="text" class="form-control" id="param_{{ grp.id }}_{{ param.id }}" placeholder="{{ param.placeholder }}" aria-describedby="param_{{ grp.id }}_{{ param.id }}_help">
<span id="param_{{ grp.id }}_{{ param.id }}_help" class="help-block" style="margin-bottom: 0;">
- <span id="param_{{ grp.id }}_{{ param.id }}_error" class="text-danger small" style="display: block; white-space: pre-line;"></span>
+ <span id="param_{{ grp.id }}_{{ param.id }}_error" class="text-danger small" style="display: block; white-space: pre-line; margin-bottom: 5px;"></span>
<span>{{ param.help }}</span>
</span>
</div>