Skip to content

Commit 1cfabd5

Browse files
Yannick Armandtblivet
authored andcommitted
Products list: remove useless label
1 parent 5964dd2 commit 1cfabd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/catalog/_partials/sort-orders.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* For the full copyright and license information, please view the LICENSE
33
* file that was distributed with this source code.
44
*}
5-
<label for="sort_dropdown_button" class="products__sort-label">
6-
{l s='Sort by:' d='Shop.Theme.Global'}
7-
</label>
5+
<div class="products__sort-label">
6+
<span class="align-middle">{l s='Sort by:' d='Shop.Theme.Global'}</span>
7+
</div>
88

99
<div class="products__sort-dropdown">
1010
<button

0 commit comments

Comments
 (0)