Skip to content

Commit 4491ed4

Browse files
authored
Add padding to the side-by-side diff so the scroll bar doesn't cover the code (#1209)
1 parent 2b5c034 commit 4491ed4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/styles/review-file-diff-side-by-side.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717

1818
.diff-side-by-side__diff-block {
1919
min-width: 100%;
20+
padding-bottom: 10px;
2021
width: max-content;
2122
}

0 commit comments

Comments
 (0)