From 4e7b0c8fc10d3cedf2f82632f360a3716253eff9 Mon Sep 17 00:00:00 2001
From: Matthieu Benoist <mbenoist@ausy-group.com>
Date: Fri, 24 Jul 2020 17:45:37 +0200
Subject: [PATCH] Fix the min height of the download div, to avoid tronqued
 CGU.

---
 .../dataset-downloads/dataset-downloads.component.scss           | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/dataset-detail/components/dataset-downloads/dataset-downloads.component.scss b/src/app/dataset-detail/components/dataset-downloads/dataset-downloads.component.scss
index 87bf0b36..7f0817d5 100644
--- a/src/app/dataset-detail/components/dataset-downloads/dataset-downloads.component.scss
+++ b/src/app/dataset-detail/components/dataset-downloads/dataset-downloads.component.scss
@@ -4,6 +4,7 @@
 .downloads-container {
   position: relative;
   height: 100%;
+  min-height: 100vh;
   background-color: $grey-background-color;
 
   @media screen and (min-width: $tablet) {
-- 
GitLab