Skip to content

Commit

Permalink
Fix overflowing diffs by adding scrollbars
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
  • Loading branch information
susnux committed Feb 17, 2023
1 parent e7ef94e commit eaede22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -3187,6 +3187,7 @@ td.blob-excerpt {
}
#diff-file-boxes {
flex: 1;
max-width: 100%;
}

#diff-file-tree {
Expand Down Expand Up @@ -3295,6 +3296,10 @@ td.blob-excerpt {
}
}

.diff-file-body {
overflow-x: scroll;
}

.diff-stats-bar {
display: inline-block;
background-color: var(--color-red);
Expand Down

0 comments on commit eaede22

Please sign in to comment.