Skip to content

Commit

Permalink
extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Oct 4, 2023
1 parent 621abc1 commit 4c9a7c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/templates/hydroshare_resource_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@
});
});
//<p class="card-text d-inline-block text-truncate my-2 fs-8 lh-1.5 fw-light" style="max-width:300px;">{{ instance.description }}</p>

//for the js thing
//https://jsfiddle.net/my8jpn01/19/
</script>
{% endaddtoblock %}
{% addtoblock "css" %}
<style>

.truncate {
position: relative;
max-width:300px;
Expand Down

0 comments on commit 4c9a7c1

Please sign in to comment.