diff --git a/app/components/form-key-value/template.hbs b/app/components/form-key-value/template.hbs index 104d1469c..04e890efc 100644 --- a/app/components/form-key-value/template.hbs +++ b/app/components/form-key-value/template.hbs @@ -1,12 +1,12 @@
{{#if header}} - + {{/if}}
{{#if ary.length}} - + diff --git a/app/components/form-user-labels/template.hbs b/app/components/form-user-labels/template.hbs index 840864980..03a2922e5 100644 --- a/app/components/form-user-labels/template.hbs +++ b/app/components/form-user-labels/template.hbs @@ -13,7 +13,7 @@ {{#if userLabelArray.length}}
- + diff --git a/app/components/form-value-array/template.hbs b/app/components/form-value-array/template.hbs index 49b1a69b4..1694add75 100644 --- a/app/components/form-value-array/template.hbs +++ b/app/components/form-value-array/template.hbs @@ -2,7 +2,7 @@ {{#if ary.length}}
- + diff --git a/app/new-stack/template.hbs b/app/new-stack/template.hbs index d59d502e3..801041737 100644 --- a/app/new-stack/template.hbs +++ b/app/new-stack/template.hbs @@ -19,7 +19,7 @@ {{#advanced-section}}
-
+
{{input-files accept=".yml, .yaml" changed=(action (mut files)) @@ -41,7 +41,7 @@
-
+
diff --git a/app/styles/base/_color.scss b/app/styles/base/_color.scss index 648591ead..aa7e9b611 100644 --- a/app/styles/base/_color.scss +++ b/app/styles/base/_color.scss @@ -41,7 +41,7 @@ .help-block { @extend .text-muted; @extend .text-small; - margin: 0; + margin: 5px 0 0 0; a { color: $link-color; diff --git a/app/styles/components/_forms.scss b/app/styles/components/_forms.scss index bf5b2f182..3561c0339 100644 --- a/app/styles/components/_forms.scss +++ b/app/styles/components/_forms.scss @@ -302,3 +302,7 @@ input.input-lg, display: inline-block; vertical-align: middle; } + +.radio { + padding: 5px 0; +} diff --git a/app/styles/pages/_settings.scss b/app/styles/pages/_settings.scss index c9d341b41..15cb064d2 100644 --- a/app/styles/pages/_settings.scss +++ b/app/styles/pages/_settings.scss @@ -33,14 +33,14 @@ .force-wrap { width: calc(100% - 60px); } - + p { margin: 0; @extend .text-small; } .help-block { - margin: 0; + margin: 5px 0 0 0; } .edit {