diff --git a/hub/static/css/_dataset-card.scss b/hub/static/css/_dataset-card.scss index 5c5581976..08c241746 100644 --- a/hub/static/css/_dataset-card.scss +++ b/hub/static/css/_dataset-card.scss @@ -1,4 +1,7 @@ .dataset-card { + // This prevents some odd overflow horizontal behaviour when there are graphs present on mobile. + overflow: hidden; + .js-favourite-this-dataset { display: block; }