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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
1f1fba55
Commit
1f1fba55
authored
Jul 05, 2017
by
Simon Knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix sidebar padding for full-width items (Time Tracking help)
parent
5af1fcd6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
app/assets/stylesheets/framework/sidebar.scss
app/assets/stylesheets/framework/sidebar.scss
+1
-1
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+4
-1
changelogs/unreleased/34578-sidebar-padding.yml
changelogs/unreleased/34578-sidebar-padding.yml
+4
-0
No files found.
app/assets/stylesheets/framework/sidebar.scss
View file @
1f1fba55
...
...
@@ -92,7 +92,7 @@
@mixin
maintain-sidebar-dimensions
{
display
:
block
;
width
:
$gutter-width
;
padding
:
10px
20px
;
padding
:
10px
0
;
}
.issues-bulk-update.right-sidebar
{
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
1f1fba55
...
...
@@ -200,7 +200,6 @@
right
:
0
;
transition
:
width
.3s
;
background
:
$gray-light
;
padding
:
0
20px
;
z-index
:
200
;
overflow
:
hidden
;
...
...
@@ -224,6 +223,10 @@
}
}
.issuable-sidebar
{
padding
:
0
20px
;
}
.issuable-sidebar-header
{
padding-top
:
10px
;
}
...
...
changelogs/unreleased/34578-sidebar-padding.yml
0 → 100644
View file @
1f1fba55
---
title
:
fix left & right padding on sidebar
merge_request
:
author
:
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