diff --git a/app/projects/template.hbs b/app/projects/template.hbs index d29652cbe..35a1478eb 100644 --- a/app/projects/template.hbs +++ b/app/projects/template.hbs @@ -65,10 +65,18 @@ {{/if}}
diff --git a/app/styles/projects.scss b/app/styles/projects.scss index d54c46f55..8020226bb 100644 --- a/app/styles/projects.scss +++ b/app/styles/projects.scss @@ -119,3 +119,8 @@ width: 20%; } } + +.validation-error-icon { + margin: auto 0.5rem; + color: $color-warning; +}