mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-02 05:51:20 +00:00
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:
commit
49e564ec15
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
||||||
<label for="entry_filter_readingTime_right_number">{% trans %}to{% endtrans %}</label>
|
<label for="entry_filter_readingTime_right_number">{% trans %}to{% endtrans %}</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="input-field col s6">
|
<div class="input-field col s12">
|
||||||
{{ form_widget(form.domainName, {'type': 'text', 'attr' : {'placeholder': 'website.com'} }) }}
|
{{ form_widget(form.domainName, {'type': 'text', 'attr' : {'placeholder': 'website.com'} }) }}
|
||||||
<label for="entry_filter_domainName">{% trans %}Domain name{% endtrans %}</label>
|
<label for="entry_filter_domainName">{% trans %}Domain name{% endtrans %}</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue