Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
CHANGELOG
CHANGELOG
+1
-0
app/assets/stylesheets/pages/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)
- Allow the Koding integration to be configured through the API
- Added soft wrap button to repository file/blob editor
- 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)
- Close open merge request without source project (Katarzyna Kobierska Ula Budziszewska)
- Add configurable email subject suffix (Fu Xu)
...
...
app/assets/stylesheets/pages/todos.scss
View file @
bdb0af25
...
...
@@ -51,6 +51,7 @@
-webkit-flex-direction
:
column
;
flex-direction
:
column
;
margin-left
:
10px
;
min-width
:
55px
;
}
.todo-item
{
...
...
@@ -120,6 +121,14 @@
}
}
@media
(
max-width
:
$screen-sm-max
)
{
.todos-filters
{
.dropdown-menu-toggle
{
width
:
135px
;
}
}
}
@media
(
max-width
:
$screen-xs-max
)
{
.todo
{
.avatar
{
...
...
@@ -141,4 +150,14 @@
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