Use full size of the panel for domain-filtering

For longer domains
This commit is contained in:
Thomas Citharel 2015-08-26 00:19:17 +02:00
parent c6da9bea71
commit b125ed0394

View file

@ -93,7 +93,7 @@
<label for="entry_filter_readingTime_right_number">{% trans %}to{% endtrans %}</label>
</div>
<div class="input-field col s6">
<div class="input-field col 12">
{{ form_widget(form.domainName, {'type': 'text', 'attr' : {'placeholder': 'website.com'} }) }}
<label for="entry_filter_domainName">{% trans %}Domain name{% endtrans %}</label>
</div>