Commit a109ad8f authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'mobile-friendly-todos-list' into 'master'

Widen TODO list only on mobile to be mobile-friendly

See merge request gitlab-org/gitlab!41244
parents 6fd3481b 717fdc2d
......@@ -164,6 +164,10 @@
}
@include media-breakpoint-down(sm) {
.container-fluid .todos-list-container {
margin: 0 (-$gl-padding);
}
.todo {
.avatar {
display: none;
......
......@@ -81,7 +81,7 @@
= link_to todos_filter_path(sort: sort_value_oldest_created) do
= sort_title_oldest_created
.js-todos-all
.todos-list-container.js-todos-all
- if @todos.any?
.js-todos-list-container
.js-todos-options{ data: { per_page: @todos.limit_value, current_page: @todos.current_page, total_pages: @todos.total_pages } }
......
---
title: Widen TODO list only on mobile to be mobile-friendly
merge_request: 41244
author: Takuya Noguchi
type: other
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