Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryury-n <yury-n@deviantart.com>2016-07-14 23:03:37 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-11-04 18:15:47 +0300
commit82189b4a935e0d98c2c9bdf858d13e8752058561 (patch)
tree61533a5b8fc9f721d16c8fc284bdbb9e2f32ca51 /app/assets/stylesheets/pages/milestone.scss
parentde88c2fe4c23cb1f15b8a7b8f5900e12e8b23039 (diff)
Respect the shrunk version of the status box that comes from the framework css
Diffstat (limited to 'app/assets/stylesheets/pages/milestone.scss')
-rw-r--r--app/assets/stylesheets/pages/milestone.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/milestone.scss b/app/assets/stylesheets/pages/milestone.scss
index 9d3a09d8d71..77b80073cc4 100644
--- a/app/assets/stylesheets/pages/milestone.scss
+++ b/app/assets/stylesheets/pages/milestone.scss
@@ -141,11 +141,10 @@
.milestone-page-header {
display: flex;
flex-flow: row;
- align-content: center;
+ align-items: center;
flex-wrap: wrap;
.status-box {
- margin-top: 0; // no need for margin-top as we don't shrink it
- line-height: 34px; // match .btn line-height
+ margin-top: 0; // no need for margin-top, vertical alignment is done by flexbox
}
.milestone-buttons {
// flex flow is row (left to right)