diff --git a/assets/static/base.css b/assets/static/base.css index 99d3c3078..3c3da03a5 100644 --- a/assets/static/base.css +++ b/assets/static/base.css @@ -210,6 +210,11 @@ input#filter:focus { margin-right: 10px; } +#instance-errors > .alert { + padding: 8px; + margin-bottom: 6px; +} + .panel-title { overflow: hidden; } diff --git a/assets/templates/errors.html b/assets/templates/errors.html index 5854bbea4..533e24096 100644 --- a/assets/templates/errors.html +++ b/assets/templates/errors.html @@ -80,11 +80,10 @@