diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-08-26 07:13:11 +0200 |
---|---|---|
committer | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2015-08-26 07:13:11 +0200 |
commit | 49e564ec159371d9fa751ba75f9f1c555d108179 (patch) | |
tree | bc7e6ada528d115815771858c027eefdf21dfae1 | |
parent | c6da9bea7137b6a0e6dfe9e3005f366c9f5dcba2 (diff) | |
parent | e6439923504a7c81305f34792d15c1a329a3cac2 (diff) | |
download | wallabag-49e564ec159371d9fa751ba75f9f1c555d108179.tar.gz wallabag-49e564ec159371d9fa751ba75f9f1c555d108179.tar.zst wallabag-49e564ec159371d9fa751ba75f9f1c555d108179.zip |
Merge pull request #1403 from wallabag/v2-material-full-size-domain-filter
Use full size of the panel for domain-filtering
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig index f896dec3..3711f6e5 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig | |||
@@ -93,7 +93,7 @@ | |||
93 | <label for="entry_filter_readingTime_right_number">{% trans %}to{% endtrans %}</label> | 93 | <label for="entry_filter_readingTime_right_number">{% trans %}to{% endtrans %}</label> |
94 | </div> | 94 | </div> |
95 | 95 | ||
96 | <div class="input-field col s6"> | 96 | <div class="input-field col s12"> |
97 | {{ form_widget(form.domainName, {'type': 'text', 'attr' : {'placeholder': 'website.com'} }) }} | 97 | {{ form_widget(form.domainName, {'type': 'text', 'attr' : {'placeholder': 'website.com'} }) }} |
98 | <label for="entry_filter_domainName">{% trans %}Domain name{% endtrans %}</label> | 98 | <label for="entry_filter_domainName">{% trans %}Domain name{% endtrans %}</label> |
99 | </div> | 99 | </div> |