diff --git a/assets/less/zenodo-rdm/modules/popup.overrides b/assets/less/zenodo-rdm/modules/popup.overrides index d60171dd..07b70485 100644 --- a/assets/less/zenodo-rdm/modules/popup.overrides +++ b/assets/less/zenodo-rdm/modules/popup.overrides @@ -48,3 +48,12 @@ max-width: 80vw; white-space: break-spaces; } + +.field-info{ + padding: 0.4em !important; + margin-top: -1em !important; + [data-tooltip]::after { + width: 25vw; + white-space: break-spaces; + } +} \ No newline at end of file diff --git a/templates/semantic-ui/invenio_accounts/register_user.html b/templates/semantic-ui/invenio_accounts/register_user.html index 3c5f3275..e402244b 100644 --- a/templates/semantic-ui/invenio_accounts/register_user.html +++ b/templates/semantic-ui/invenio_accounts/register_user.html @@ -1,6 +1,16 @@ {%- extends config.ACCOUNTS_COVER_TEMPLATE %} {% from "invenio_accounts/_macros.html" import render_field, form_errors %} + +{% macro render_field_info(message, tooltip) %} +
+{% endmacro %} + {% block page_body %}