Merge pull request #35748 from KerollesFathy/fix-sort-btn
This commit is contained in:
commit
f05cac5874
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
</svg>
|
||||
</span>
|
||||
</button>
|
||||
<button type="button" class="btn btn-default btn-sm sort-selector-button" data-toggle="dropdown">
|
||||
<button type="button" class="btn btn-default btn-sm sort-selector-button text-nowrap" data-toggle="dropdown">
|
||||
<span class="dropdown-text">{{ __(sort_by_label) }}</span>
|
||||
<ul class="dropdown-menu dropdown-menu-right">
|
||||
{% for value in options %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue