Merge pull request #1229 from theseyi/styling-updates

minor styling updates to the compliance table styles
This commit is contained in:
Seyi Adebajo 2018-06-22 15:07:48 -07:00 committed by GitHub
commit e3eade34de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 10 deletions

View File

@ -293,7 +293,7 @@
}
&__suggested-value {
width: item-spacing(9);
width: item-spacing(9) * 3;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

View File

@ -199,7 +199,7 @@
<p class="dataset-compliance-fields__tag-info__text">
{{#if tag.identifierType}}
{{tag.identifierType}}{{if tag.logicalType (concat ", " tag.logicalType)}}
{{tag.identifierType}}{{if tag.logicalType (concat " (" tag.logicalType ")")}}
{{else}}
<span
class="dataset-compliance-fields__tag-info__text dataset-compliance-fields__tag-info__text--obscure">
@ -401,7 +401,7 @@
{{#each row.fieldChangeSet as |tag|}}
<div class="dataset-compliance-fields__tag-info">
{{tag.identifierType}}{{if tag.logicalType (concat ", " tag.logicalType)}}
{{tag.identifierType}}{{if tag.logicalType (concat " (" tag.logicalType ")")}}
{{#if row.isReadonly}}
<span class="nacho-tooltip" title="Readonly">
@ -421,14 +421,10 @@
{{#row.cell}}
<div class="dataset-compliance-fields__suggested-values">
{{#if row.suggestion}}
<span class="dataset-compliance-fields__suggested-value {{unless row.suggestionResolution
<span
class="dataset-compliance-fields__suggested-value {{unless row.suggestionResolution
'dataset-compliance-fields__suggested-value--no-res'}}">
{{row.suggestion.identifierType}}
</span>
<span class="dataset-compliance-fields__suggested-value {{unless row.suggestionResolution
'dataset-compliance-fields__suggested-value--no-res'}}">
{{row.suggestion.logicalType}}
{{row.suggestion.identifierType}} {{if row.suggestion.logicalType (concat " (" row.suggestion.logicalType ")")}}
</span>
{{row.suggestion.confidence}}%