diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-03 03:07:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-03 03:07:10 +0300 |
commit | 03debba26f05557204e0dd8d4db1991e045a408a (patch) | |
tree | 205e970de0158e80372d7f5b01691aba010a07e6 | |
parent | index.html: slight fix to HTML (diff) | |
download | wireguard-config-03debba26f05557204e0dd8d4db1991e045a408a.tar.gz wireguard-config-03debba26f05557204e0dd8d4db1991e045a408a.zip |
index.html: make errors stand out
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |