From e3e951e86d0e29ca5ffce5a2af603064e27720e7 Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Tue, 7 Mar 2017 10:33:38 +0000 Subject: [PATCH] Prevent the Slonik logo obscuring the login dialogue on small displays in server mode. Fixes #2230 --- web/pgadmin/templates/security/panel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/templates/security/panel.html b/web/pgadmin/templates/security/panel.html index d552c7acb..fbc22bb7d 100644 --- a/web/pgadmin/templates/security/panel.html +++ b/web/pgadmin/templates/security/panel.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% from "security/fields.html" import render_field_with_errors %} {% block body %} -
+
{% include "security/messages.html" %}