Merge "Scroll only the code in the diff view"
This commit is contained in:
commit
c35cd0302d
@ -29,8 +29,9 @@ limitations under the License.
|
||||
.diffContainer {
|
||||
border-bottom: 1px solid #eee;
|
||||
border-top: 1px solid #eee;
|
||||
font-family: 'Source Code Pro', monospace;
|
||||
display: flex;
|
||||
font-family: 'Source Code Pro', monospace;
|
||||
overflow-x: auto;
|
||||
white-space: pre;
|
||||
}
|
||||
gr-diff-side:first-of-type {
|
||||
|
Loading…
Reference in New Issue
Block a user