Symfony forms error output is currently not styled. This error output is generated by backend validators.
Here's the markup:
<span class="error">
<ul>
<li>You must select a valid option.</li>
</ul>
</span>
Generated by this template:
<span class="error">{{ form_errors(form) }}</span>
Here's sample:
