Skip to content

Commit 436ef58

Browse files
committed
Add some bottom space between logout error and demo server message
[ci skip] Signed-off-by: William Desportes <[email protected]>
1 parent fa8eaa0 commit 436ef58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/login/form.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ login_header|raw }}
22

33
{% if is_demo %}
4-
<fieldset>
4+
<fieldset class="mb-4">
55
<legend>{% trans 'phpMyAdmin Demo Server' %}</legend>
66
{% apply format('<a href="url.php?url=https://demo.phpmyadmin.net/" target="_blank" rel="noopener noreferrer">demo.phpmyadmin.net</a>')|raw %}
77
{% trans %}

0 commit comments

Comments
 (0)