Skip to content

Commit

Permalink
[BP] Updated schematron name on error messages so that it does not ov…
Browse files Browse the repository at this point in the history
…erlap. (#5521)
  • Loading branch information
ianwallen authored and josegar74 committed Apr 1, 2021
1 parent fc2c48c commit b1b36e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion web-ui/src/main/resources/catalog/style/gn.less
Expand Up @@ -875,7 +875,6 @@ input.ng-invalid {
margin-top: 2px;
}
.label {
line-height: 2;
font-size: 11px;
}
.no-data a {
Expand Down
10 changes: 4 additions & 6 deletions web/src/main/webapp/xslt/common/utility-tpl-metadata.xsl
Expand Up @@ -221,14 +221,12 @@
<xsl:otherwise>
<li class="list-group-item text-danger">
<div class="row">
<div class="col-xs-10">
<div>
<div class="pull-right label label-danger">
<xsl:value-of select="@type"/>
</div>
<xsl:value-of select="."/>
</div>
<div class="col-xs-2">
<span class="pull-right label label-danger">
<xsl:value-of select="@type"/>
</span>
</div>
</div>
</li>
</xsl:otherwise>
Expand Down

0 comments on commit b1b36e4

Please sign in to comment.