Fix required indicator position for group fields

This commit is contained in:
Clemente Raposo 2025-06-05 16:41:48 +01:00
parent 7f9827ec62
commit c6f114822c

View file

@ -59,6 +59,7 @@
span.required {
color: $amaranth;
float: inline-start;
position: initial;
}
}