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
7d7ba0b4
Commit
7d7ba0b4
authored
Dec 22, 2016
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix text overflow
Fix text overflow in comments in MR Adds MR ID to CHANGELOG entry
parent
47550d09
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
12 deletions
+23
-12
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+18
-11
app/views/projects/notes/_note.html.haml
app/views/projects/notes/_note.html.haml
+1
-1
changelogs/unreleased/25930-discussion-actions-overlap-header-text.yml
...released/25930-discussion-actions-overlap-header-text.yml
+4
-0
No files found.
app/assets/stylesheets/pages/notes.scss
View file @
7d7ba0b4
...
@@ -43,7 +43,7 @@ ul.notes {
...
@@ -43,7 +43,7 @@ ul.notes {
}
}
.system-note-message
{
.system-note-message
{
display
:
inline
;
display
:
inline
-block
;
&
:
:
first-letter
{
&
:
:
first-letter
{
text-transform
:
lowercase
;
text-transform
:
lowercase
;
...
@@ -55,7 +55,7 @@ ul.notes {
...
@@ -55,7 +55,7 @@ ul.notes {
}
}
p
{
p
{
display
:
inline
;
display
:
inline
-block
;
margin
:
0
;
margin
:
0
;
&
:
:
first-letter
{
&
:
:
first-letter
{
...
@@ -151,10 +151,6 @@ ul.notes {
...
@@ -151,10 +151,6 @@ ul.notes {
}
}
}
}
}
}
.note-headline-light
{
display
:
inline
;
}
}
}
.discussion-body
{
.discussion-body
{
...
@@ -452,11 +448,6 @@ ul.notes {
...
@@ -452,11 +448,6 @@ ul.notes {
border-radius
:
$border-radius-base
;
border-radius
:
$border-radius-base
;
}
}
.diff-file
.note
.note-actions
{
right
:
0
;
top
:
0
;
}
/**
/**
* Line note button on the side of diffs
* Line note button on the side of diffs
...
@@ -590,3 +581,19 @@ ul.notes {
...
@@ -590,3 +581,19 @@ ul.notes {
}
}
}
}
}
}
// Merge request notes in diffs
.diff-file
{
// Diff is side by side
.notes_content.parallel
.note-header
.note-headline-light
{
display
:
block
;
position
:
relative
;
}
// Diff is inline
.notes_content
.note-header
.note-headline-light
{
display
:
inline-block
;
position
:
relative
;
}
}
app/views/projects/notes/_note.html.haml
View file @
7d7ba0b4
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
.timeline-content
.timeline-content
.note-header
.note-header
=
link_to_member
(
note
.
project
,
note
.
author
,
avatar:
false
)
=
link_to_member
(
note
.
project
,
note
.
author
,
avatar:
false
)
.
inline.
note-headline-light
.note-headline-light
=
note
.
author
.
to_reference
=
note
.
author
.
to_reference
-
unless
note
.
system
-
unless
note
.
system
commented
commented
...
...
changelogs/unreleased/25930-discussion-actions-overlap-header-text.yml
0 → 100644
View file @
7d7ba0b4
---
title
:
Fix discussion overlap text in regular screens
merge_request
:
8273
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