未验证 提交 bbf7033b 编写于 作者: L Luke Bennett 提交者: Luke "Jared" Bennett

Updated CHANGELOG

Corrected lines failed by linter
上级 bf127ce2
......@@ -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
......
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册