[#7260] print nested presentable multiple relation fields
This commit is contained in:
@@ -14,13 +14,13 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="record-info">
|
||||
<div class="record-info-excerpt">
|
||||
<RecordInfoContent {record} />
|
||||
|
||||
<a
|
||||
href="#/collections?collection={record.collectionId}&recordId={record.id}"
|
||||
target="_blank"
|
||||
class="inline-flex link-hint"
|
||||
class="external-record-link link-hint"
|
||||
rel="noopener noreferrer"
|
||||
use:tooltip={{
|
||||
text:
|
||||
@@ -39,16 +39,3 @@
|
||||
<i class="ri-external-link-line txt-sm"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<style lang="scss">
|
||||
.record-info {
|
||||
display: inline-flex;
|
||||
vertical-align: top;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
max-width: 100%;
|
||||
min-width: 0;
|
||||
gap: 5px;
|
||||
padding-left: 1px; // for visual alignment with the new tab icon
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user