Skip to content

Commit

Permalink
extra css to get around unsupport inline fieldset
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Jul 8, 2024
1 parent 9531dd3 commit 2d3e1ea
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion lemarche/templates/auth/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,16 @@ <h2>Création du mot de passe</h2>
}));
});
</script>
{% endblock extra_js %}
{% endblock extra_js %}

{% block extra_css %}
<style>
#statsSignupBuyerFieldset .fr-radio-group{
display: flex;
}
#statsSignupBuyerFieldset .fr-radio-group>.fr-radio-group{
flex: 0 0 auto;
margin: 0 .75rem 0 0;
}
</style>
{% endblock extra_css %}

0 comments on commit 2d3e1ea

Please sign in to comment.