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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
33d134f0
Commit
33d134f0
authored
Mar 25, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix diff header for discussion
parent
366ce781
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
app/assets/stylesheets/base/gl_bootstrap.scss
app/assets/stylesheets/base/gl_bootstrap.scss
+1
-0
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+7
-2
No files found.
app/assets/stylesheets/base/gl_bootstrap.scss
View file @
33d134f0
...
...
@@ -182,6 +182,7 @@
.panel-heading
{
padding
:
6px
15px
;
font-size
:
13px
;
font-weight
:
normal
;
a
{
color
:
#777
;
}
...
...
app/assets/stylesheets/pages/notes.scss
View file @
33d134f0
...
...
@@ -90,8 +90,13 @@ ul.notes {
}
// Diff code in discussion view
.discussion-body
.diff-file
.line_content
{
.discussion-body
.diff-file
{
.diff-header
>
span
{
margin-right
:
10px
;
}
.line_content
{
white-space
:
pre-wrap
;
}
}
.diff-file
.notes_holder
{
...
...
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