We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ef94e commit 8bba7e3Copy full SHA for 8bba7e3
web_src/less/_repository.less
@@ -3187,6 +3187,7 @@ td.blob-excerpt {
3187
}
3188
#diff-file-boxes {
3189
flex: 1;
3190
+ max-width: 100%;
3191
3192
3193
#diff-file-tree {
@@ -3295,6 +3296,10 @@ td.blob-excerpt {
3295
3296
3297
3298
3299
+.diff-file-body {
3300
+ overflow-x: scroll;
3301
+}
3302
+
3303
.diff-stats-bar {
3304
display: inline-block;
3305
background-color: var(--color-red);
0 commit comments