Skip to content

Commit

Permalink
Removes horizontal scroll (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelynch authored Nov 22, 2024
1 parent 481ed13 commit 414d4f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ body {
.main-content {
min-height:100vh;
}

/* removes horizontal scroll */
.row {
--bs-gutter-x: 0 !important;
}
}

.hidden-element {
Expand Down

0 comments on commit 414d4f9

Please sign in to comment.