Skip to content
Snippets Groups Projects
Commit e662cab5 authored by Clement Ho's avatar Clement Ho
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -46,7 +46,7 @@
}
 
&.middle-block {
margin-top: 0;
margin-top: $gl-padding-24;
margin-bottom: 0;
}
 
Loading
Loading
@@ -61,7 +61,7 @@
}
 
&.footer-block {
margin-top: 0;
margin-top: $gl-padding-24;
border-bottom: 0;
margin-bottom: -$gl-padding;
}
Loading
Loading
Loading
Loading
@@ -212,6 +212,7 @@ $tooltip-font-size: 12px;
/*
* Padding
*/
$gl-padding-24: 24px;
$gl-padding: 16px;
$gl-padding-8: 8px;
$gl-padding-4: 4px;
Loading
Loading
---
title: Increase new issue metadata form margin
merge_request: 18630
author: George Tsiolis
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment