Commit ce25152d authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Fix label display when page is render in wide desktop screen.

Label is hidden behind the panel.
parent c1c49646
......@@ -7,6 +7,7 @@
</head>
<body tal:define="form_action string:portal_password/mailPasswordResetRequest;">
<div data-role='page'>
<div data-gadget-scope='header'>
<div class="ui-header">
......@@ -44,5 +45,7 @@
</section>
</article>
</div>
</div>
</body>
</html>
\ No newline at end of file
......@@ -6,7 +6,7 @@
<link rel="stylesheet" href="gadget_erp5_nojqm.css">
</head>
<body tal:define="form_action string:portal_password/PasswordTool_changeUserPassword;">
<div data-role='page'>
<div data-gadget-scope='header'>
<div class="ui-header">
<h1><span>Reset your password</span></h1>
......@@ -45,5 +45,6 @@
</section>
</article>
</div>
</div>
</body>
</html>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment