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
Tatuya Kamada
gitlab-ce
Commits
bbf7033b
Commit
bbf7033b
authored
Oct 03, 2016
by
Luke Bennett
Committed by
Luke "Jared" Bennett
Nov 12, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated CHANGELOG
Corrected lines failed by linter
parent
bf127ce2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
CHANGELOG.md
CHANGELOG.md
+1
-1
app/assets/stylesheets/pages/milestone.scss
app/assets/stylesheets/pages/milestone.scss
+2
-4
No files found.
CHANGELOG.md
View file @
bbf7033b
...
...
@@ -28,6 +28,7 @@ entry.
-
Fix sidekiq stats in admin area (blackst0ne)
-
Added label description as tooltip to issue board list title
-
Created cycle analytics bundle JavaScript file
-
Make the milestone page more responsive (yury-n)
-
Hides container registry when repository is disabled
-
API: Fix booleans not recognized as such when using the
`to_boolean`
helper
-
Removed delete branch tooltip !6954
...
...
@@ -984,7 +985,6 @@ entry.
-
Add Bugzilla integration. !4930 (iamtjg)
-
Fix new snippet style bug (elliotec)
-
Instrument Rinku usage
-
Make the milestone page more responsive
-
Be explicit to define merge request discussion variables
-
Use cache for todos counter calling TodoService
-
Metrics for Rouge::Plugins::Redcarpet and Rouge::Formatters::HTMLGitlab
...
...
app/assets/stylesheets/pages/milestone.scss
View file @
bbf7033b
...
...
@@ -39,10 +39,6 @@
}
.milestone-summary
{
h4
{
margin-bottom
:
0
;
}
.milestone-stat
{
white-space
:
nowrap
;
margin-right
:
10px
;
...
...
@@ -80,6 +76,7 @@
.btn
{
float
:
left
;
margin-right
:
$btn-side-margin
;
&
:last-child
{
margin-right
:
0
;
}
...
...
@@ -91,6 +88,7 @@
width
:
100%
;
padding
:
7px
0
;
flex-shrink
:
1
;
@media
(
min-width
:
$screen-xs-min
)
{
// when displayed on one line stats go first, buttons second
order
:
1
;
...
...
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