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
174dd4ce
Commit
174dd4ce
authored
Dec 21, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '25368-fix-left-align-system-note' into 'master'
fixes left align issue for long system notes Closes #25368 and #25833 See merge request !7982
parents
3de40e03
12d7652b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
notes.scss
app/assets/stylesheets/pages/notes.scss
+6
-2
25368-fix-left-align-system-note.yml
changelogs/unreleased/25368-fix-left-align-system-note.yml
+4
-0
No files found.
app/assets/stylesheets/pages/notes.scss
View file @
174dd4ce
...
...
@@ -43,7 +43,7 @@ ul.notes {
}
.system-note-message
{
display
:
inline
-block
;
display
:
inline
;
&
:
:
first-letter
{
text-transform
:
lowercase
;
...
...
@@ -55,7 +55,7 @@ ul.notes {
}
p
{
display
:
inline
-block
;
display
:
inline
;
margin
:
0
;
&
:
:
first-letter
{
...
...
@@ -151,6 +151,10 @@ ul.notes {
}
}
}
.note-headline-light
{
display
:
inline
;
}
}
.discussion-body
{
...
...
changelogs/unreleased/25368-fix-left-align-system-note.yml
0 → 100644
View file @
174dd4ce
---
title
:
Fixes left align issue for long system notes
merge_request
:
7982
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