Commit 7ed65d02 authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch 'make-todo-filter-sort-input-full-width-on-mobile' into 'master'

Make todo filter sort input full width on mobile

See merge request gitlab-org/gitlab!51171
parents 3e389866 4062f5c5
......@@ -65,7 +65,7 @@
data: { data: todo_actions_options, default_label: 'Action' } })
.filter-item.sort-filter
.dropdown
%button.dropdown-menu-toggle.dropdown-menu-toggle-sort{ type: 'button', 'data-toggle' => 'dropdown' }
%button.dropdown-menu-toggle.dropdown-menu-toggle-sort{ type: 'button', class: 'gl-xs-w-full!', 'data-toggle' => 'dropdown' }
%span.light
- if @sort.present?
= sort_options_hash[@sort]
......
---
title: Make todo filter sort input full width on mobile
merge_request: 51171
author: Kev @KevSlashNull
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment