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:
authorPhil Hughes <me@iamphill.com>2016-04-11 19:04:01 +0300
committerPhil Hughes <me@iamphill.com>2016-04-11 19:04:01 +0300
commit450a39ededbf93d0bfcec1d4774c3562b87fc190 (patch)
tree367552a1013a11b92c9e16a840a3aeb8d8e649d2 /app/assets/stylesheets/pages/issuable.scss
parent4087bd16e8e083550d306fd0c90d2a892b8577bf (diff)
Fixed alignment on issuable new form
Fixes #13802
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 88c1b614c74..999b9a2e79a 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -316,3 +316,9 @@
color: #8c8c8c;
}
}
+
+.issuable-form-padding-top {
+ @media (min-width: $screen-sm-min) {
+ padding-top: 7px;
+ }
+}