Skip to content

Commit eaede22

Browse files
committed
Fix overflowing diffs by adding scrollbars
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent e7ef94e commit eaede22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web_src/less/_repository.less

+5
Original file line numberDiff line numberDiff line change
@@ -3187,6 +3187,7 @@ td.blob-excerpt {
31873187
}
31883188
#diff-file-boxes {
31893189
flex: 1;
3190+
max-width: 100%;
31903191
}
31913192

31923193
#diff-file-tree {
@@ -3295,6 +3296,10 @@ td.blob-excerpt {
32953296
}
32963297
}
32973298

3299+
.diff-file-body {
3300+
overflow-x: scroll;
3301+
}
3302+
32983303
.diff-stats-bar {
32993304
display: inline-block;
33003305
background-color: var(--color-red);

0 commit comments

Comments
 (0)