Skip to content
Snippets Groups Projects
Commit 9378571d authored by HeJ's avatar HeJ
Browse files

SSO: wrap logo in div with same height as in PlainUI for proper display

parent 29ee3179
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
<body>
{% load i18n %}
<div class="block-center" id="banner">
{{ conference.logo_html }}
<div style="display: inline; height: 50px;">{{ conference.logo_html }}</div>
Single Sign On
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment