Commit bbf7033b authored by Luke Bennett's avatar Luke Bennett Committed by Luke "Jared" Bennett

Updated CHANGELOG

Corrected lines failed by linter
parent bf127ce2
...@@ -28,6 +28,7 @@ entry. ...@@ -28,6 +28,7 @@ entry.
- Fix sidekiq stats in admin area (blackst0ne) - Fix sidekiq stats in admin area (blackst0ne)
- Added label description as tooltip to issue board list title - Added label description as tooltip to issue board list title
- Created cycle analytics bundle JavaScript file - Created cycle analytics bundle JavaScript file
- Make the milestone page more responsive (yury-n)
- Hides container registry when repository is disabled - Hides container registry when repository is disabled
- API: Fix booleans not recognized as such when using the `to_boolean` helper - API: Fix booleans not recognized as such when using the `to_boolean` helper
- Removed delete branch tooltip !6954 - Removed delete branch tooltip !6954
...@@ -984,7 +985,6 @@ entry. ...@@ -984,7 +985,6 @@ entry.
- Add Bugzilla integration. !4930 (iamtjg) - Add Bugzilla integration. !4930 (iamtjg)
- Fix new snippet style bug (elliotec) - Fix new snippet style bug (elliotec)
- Instrument Rinku usage - Instrument Rinku usage
- Make the milestone page more responsive
- Be explicit to define merge request discussion variables - Be explicit to define merge request discussion variables
- Use cache for todos counter calling TodoService - Use cache for todos counter calling TodoService
- Metrics for Rouge::Plugins::Redcarpet and Rouge::Formatters::HTMLGitlab - Metrics for Rouge::Plugins::Redcarpet and Rouge::Formatters::HTMLGitlab
......
...@@ -39,10 +39,6 @@ ...@@ -39,10 +39,6 @@
} }
.milestone-summary { .milestone-summary {
h4 {
margin-bottom: 0;
}
.milestone-stat { .milestone-stat {
white-space: nowrap; white-space: nowrap;
margin-right: 10px; margin-right: 10px;
...@@ -80,6 +76,7 @@ ...@@ -80,6 +76,7 @@
.btn { .btn {
float: left; float: left;
margin-right: $btn-side-margin; margin-right: $btn-side-margin;
&:last-child { &:last-child {
margin-right: 0; margin-right: 0;
} }
...@@ -91,6 +88,7 @@ ...@@ -91,6 +88,7 @@
width: 100%; width: 100%;
padding: 7px 0; padding: 7px 0;
flex-shrink: 1; flex-shrink: 1;
@media (min-width: $screen-xs-min) { @media (min-width: $screen-xs-min) {
// when displayed on one line stats go first, buttons second // when displayed on one line stats go first, buttons second
order: 1; order: 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment