mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-29 02:48:24 +00:00
Merge pull request #1229 from theseyi/styling-updates
minor styling updates to the compliance table styles
This commit is contained in:
commit
e3eade34de
@ -293,7 +293,7 @@
|
||||
}
|
||||
|
||||
&__suggested-value {
|
||||
width: item-spacing(9);
|
||||
width: item-spacing(9) * 3;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
@ -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}}%
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user