BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
bdb0af25
Commit
bdb0af25
authored
Sep 13, 2016
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix todos page mobile viewport layout
parent
958815a0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
CHANGELOG
CHANGELOG
+1
-0
todos.scss
app/assets/stylesheets/pages/todos.scss
+19
-0
No files found.
CHANGELOG
View file @
bdb0af25
...
@@ -17,6 +17,7 @@ v 8.13.0 (unreleased)
...
@@ -17,6 +17,7 @@ v 8.13.0 (unreleased)
- Allow the Koding integration to be configured through the API
- Allow the Koding integration to be configured through the API
- Added soft wrap button to repository file/blob editor
- Added soft wrap button to repository file/blob editor
- Add word-wrap to issue title on issue and milestone boards (ClemMakesApps)
- Add word-wrap to issue title on issue and milestone boards (ClemMakesApps)
- Fix todos page mobile viewport layout (ClemMakesApps)
- Fix robots.txt disallowing access to groups starting with "s" (Matt Harrison)
- Fix robots.txt disallowing access to groups starting with "s" (Matt Harrison)
- Close open merge request without source project (Katarzyna Kobierska Ula Budziszewska)
- Close open merge request without source project (Katarzyna Kobierska Ula Budziszewska)
- Add configurable email subject suffix (Fu Xu)
- Add configurable email subject suffix (Fu Xu)
...
...
app/assets/stylesheets/pages/todos.scss
View file @
bdb0af25
...
@@ -51,6 +51,7 @@
...
@@ -51,6 +51,7 @@
-webkit-flex-direction
:
column
;
-webkit-flex-direction
:
column
;
flex-direction
:
column
;
flex-direction
:
column
;
margin-left
:
10px
;
margin-left
:
10px
;
min-width
:
55px
;
}
}
.todo-item
{
.todo-item
{
...
@@ -120,6 +121,14 @@
...
@@ -120,6 +121,14 @@
}
}
}
}
@media
(
max-width
:
$screen-sm-max
)
{
.todos-filters
{
.dropdown-menu-toggle
{
width
:
135px
;
}
}
}
@media
(
max-width
:
$screen-xs-max
)
{
@media
(
max-width
:
$screen-xs-max
)
{
.todo
{
.todo
{
.avatar
{
.avatar
{
...
@@ -141,4 +150,14 @@
...
@@ -141,4 +150,14 @@
padding-left
:
10px
;
padding-left
:
10px
;
}
}
}
}
.todos-filters
{
.row-content-block
{
padding-bottom
:
50px
;
}
.dropdown-menu-toggle
{
width
:
100%
;
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment