Skip to content

Commit

Permalink
feature: 📝 - Show Dataset description (#1569)
Browse files Browse the repository at this point in the history
* Use v0.3 for datahub docker images as part of quickstart

* feature: 📝 - Show Dataset description

* wip: clean unrelated changes

Co-authored-by: Kerem Sahin <[email protected]>
  • Loading branch information
afranzi and Kerem Sahin authored Feb 21, 2020
1 parent 3d64c45 commit 2ca1305
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
margin: 0;
}

.dataset-description {
display: flex;
padding-right: item-spacing(3);
word-wrap: break-word;
text-overflow: ellipsis;
margin: 0;
}

.dataset-header-meta {
display: flex;
position: relative;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
{{/if}}
</div>

{{#if @model.description}}
<span class="dataset-description">
{{@model.description}}
</span>
{{/if}}

{{datasets/containers/dataset-owner-list
urn=encodedUrn
avatarEntityProps=avatarEntityProps
Expand Down

0 comments on commit 2ca1305

Please sign in to comment.