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
8763022d
Commit
8763022d
authored
May 24, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '32715-fix-note-padding' into 'master'
32715 Make all notes use equal padding Closes #32715 and #32467 See merge request !11616
parents
af50d334
1725dc08
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
timeline.scss
app/assets/stylesheets/framework/timeline.scss
+0
-1
notes.scss
app/assets/stylesheets/pages/notes.scss
+9
-4
32715-fix-note-padding.yml
changelogs/unreleased/32715-fix-note-padding.yml
+4
-0
No files found.
app/assets/stylesheets/framework/timeline.scss
View file @
8763022d
...
...
@@ -23,7 +23,6 @@
}
.timeline-entry
{
padding
:
$gl-padding
$gl-btn-padding
0
;
border-color
:
$white-normal
;
color
:
$gl-text-color
;
border-bottom
:
1px
solid
$border-white-light
;
...
...
app/assets/stylesheets/pages/notes.scss
View file @
8763022d
...
...
@@ -43,7 +43,11 @@ ul.notes {
}
.discussion-body
{
padding-top
:
15px
;
padding-top
:
8px
;
.panel
{
margin-bottom
:
0
;
}
}
.discussion
{
...
...
@@ -53,6 +57,7 @@ ul.notes {
}
.note
{
padding
:
$gl-padding
$gl-btn-padding
0
;
display
:
block
;
position
:
relative
;
border-bottom
:
1px
solid
$white-normal
;
...
...
@@ -78,7 +83,7 @@ ul.notes {
&
.note-discussion
{
&
.timeline-entry
{
padding
:
14px
10px
;
padding
:
$gl-padding
10px
;
}
}
...
...
@@ -163,7 +168,7 @@ ul.notes {
margin-left
:
65px
;
}
.note-header
{
.note-header
-info
{
padding-bottom
:
0
;
}
...
...
@@ -373,7 +378,7 @@ ul.notes {
.note-header-info
{
min-width
:
0
;
padding-bottom
:
5
px
;
padding-bottom
:
8
px
;
}
.system-note
.note-header-info
{
...
...
changelogs/unreleased/32715-fix-note-padding.yml
0 → 100644
View file @
8763022d
---
title
:
Make all notes use equal padding
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