Commit e662cab5 authored by Clement Ho's avatar Clement Ho

Merge branch 'increase-new-issue-metadata-form-margin' into 'master'

Increase new issue metadata form margin

Closes #44134

See merge request gitlab-org/gitlab-ce!18630
parents 59f79383 dbb2f4e8
......@@ -46,7 +46,7 @@
}
&.middle-block {
margin-top: 0;
margin-top: $gl-padding-24;
margin-bottom: 0;
}
......@@ -61,7 +61,7 @@
}
&.footer-block {
margin-top: 0;
margin-top: $gl-padding-24;
border-bottom: 0;
margin-bottom: -$gl-padding;
}
......
......@@ -212,6 +212,7 @@ $tooltip-font-size: 12px;
/*
* Padding
*/
$gl-padding-24: 24px;
$gl-padding: 16px;
$gl-padding-8: 8px;
$gl-padding-4: 4px;
......
---
title: Increase new issue metadata form margin
merge_request: 18630
author: George Tsiolis
type: fixed
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