diff --git a/wherehows-web/app/styles/components/dataset-author/_dataset-author.scss b/wherehows-web/app/styles/components/dataset-author/_dataset-author.scss index 31a5da3992..e6211cb4fb 100644 --- a/wherehows-web/app/styles/components/dataset-author/_dataset-author.scss +++ b/wherehows-web/app/styles/components/dataset-author/_dataset-author.scss @@ -66,5 +66,6 @@ &__icon { color: set-color(red, red5); + margin-right: 8px; } } diff --git a/wherehows-web/app/templates/components/dataset-authors.hbs b/wherehows-web/app/templates/components/dataset-authors.hbs index 70cb9149fd..41040b7acc 100644 --- a/wherehows-web/app/templates/components/dataset-authors.hbs +++ b/wherehows-web/app/templates/components/dataset-authors.hbs @@ -12,14 +12,16 @@ {{/if}} -
+ {{/if}} + +{{/if}} {{#if (eq showOwnership "show")}} @@ -226,9 +228,25 @@ {{#if requiredMinNotConfirmed}} {{/if}} + + + \ No newline at end of file