Commit 62b724cc authored by Constance Okoghenun's avatar Constance Okoghenun Committed by Mike Greiling

Fixed illustration alignment for group milestones promotion

parent bba69580
......@@ -64,6 +64,19 @@
margin-left: 0;
}
}
.promotion-burndown-charts-content {
justify-content: end;
.svg-container {
margin-left: 4px;
margin-right: 24px;
}
.user-callout-copy {
margin: 0;
}
}
}
.promotion-modal {
......
......@@ -2,7 +2,7 @@
- if show_burndown_charts_promotion?(milestone) && show_callout?(callout_id)
.user-callout.promotion-callout#promote_burndown_charts{ data: { uid: callout_id } }
.bordered-box.content-block
.bordered-box.content-block.promotion-burndown-charts-content
%button.btn.btn-default.close.js-close-callout{ type: 'button', 'aria-label' => 'Dismiss burndown charts promotion' }
= icon('times', class: 'dismiss-icon', 'aria-hidden' => 'true')
.svg-container
......
---
title: Fixed illustration alignment for group milestones promotion
merge_request: 5677
author: Constance Okoghenun
type: other
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