Skip to content

Commit

Permalink
Merge pull request #911 from Gugli/master
Browse files Browse the repository at this point in the history
Allow horizontal scrolling in diff cards
  • Loading branch information
klaussilveira authored Jul 29, 2022
2 parents 247b097 + 2a6e451 commit dd98962
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 dd98962

Please sign in to comment.