Skip to content

Commit

Permalink
Allow horizontal scrolling in diff cards
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain.guglielmi committed Jun 30, 2022
1 parent ce5806c commit 2a6e451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/themes/default/assets/scss/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
padding: 0;
margin: 0;
overflow: clip;
overflow-x: scroll;
}

.card-body {
Expand Down

0 comments on commit 2a6e451

Please sign in to comment.