Fix flex in register page
This commit is contained in:
parent
90e4915174
commit
99c59c9b77
|
@ -13,7 +13,7 @@
|
|||
<h1 class="uk-h4 uk-margin-large-top">Create a new OpenAIRE account</h1>
|
||||
</div>
|
||||
<form action="register" method="POST" role="form"
|
||||
class="uk-grid uk-width-xlarge uk-child-width-1-2@m uk-child-width-1-1 uk-flex-middle" uk-grid>
|
||||
class="uk-grid uk-width-xlarge uk-child-width-1-2@m uk-child-width-1-1 uk-flex-top" uk-grid>
|
||||
<input type="hidden" name="${_csrf.parameterName}" value="${_csrf.token}"/>
|
||||
<div input id="first_name">
|
||||
<div class="input-wrapper inner x-small">
|
||||
|
|
Loading…
Reference in New Issue