diff --git a/landingPages/dataset/dataset.component.html b/landingPages/dataset/dataset.component.html index e99af4c9..d0ed7ca8 100644 --- a/landingPages/dataset/dataset.component.html +++ b/landingPages/dataset/dataset.component.html @@ -55,9 +55,19 @@
-
- {{datasetInfo.description}} + {{datasetInfo.description.substring(0, showNumDescription)}} + + View less + + ... + + View more + +