diff options
author | Luke Bennett <lukeeeebennettplus@gmail.com> | 2016-10-03 15:19:13 +0100 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2016-11-12 16:40:26 +0000 |
commit | bbf7033bb2df4eb69ce23c189e9ee12c4ded7b38 (patch) | |
tree | 68cea26ef1742202c0ca9363075ab403d6a1ff96 /app | |
parent | bf127ce268d69355ebe5251d97b64b68627d930c (diff) | |
download | gitlab-ce-bbf7033bb2df4eb69ce23c189e9ee12c4ded7b38.tar.gz |
Updated CHANGELOGyury-n/gitlab-ce-18852-milestone-pages-mobile
Corrected lines failed by linter
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/milestone.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/milestone.scss b/app/assets/stylesheets/pages/milestone.scss index cf4657b54f3..8843d1463db 100644 --- a/app/assets/stylesheets/pages/milestone.scss +++ b/app/assets/stylesheets/pages/milestone.scss @@ -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; |