Skip to content

Commit

Permalink
Added overflow hidden to dataset-card
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Sep 18, 2024
1 parent e8bf7cc commit ea9e6ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hub/static/css/_dataset-card.scss
Original file line number Diff line number Diff line change
@@ -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;
}
Expand Down

0 comments on commit ea9e6ca

Please sign in to comment.