Merge pull request #1403 from wallabag/v2-material-full-size-domain-filter

Use full size of the panel for domain-filtering
This commit is contained in:
Jeremy Benoist 2015-08-26 07:13:11 +02:00
commit 49e564ec15

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 s12">
{{ form_widget(form.domainName, {'type': 'text', 'attr' : {'placeholder': 'website.com'} }) }}
<label for="entry_filter_domainName">{% trans %}Domain name{% endtrans %}</label>
</div>