Merge "Scroll only the code in the diff view"

This commit is contained in:
Dave Borowitz 2015-12-29 01:58:21 +00:00 committed by Gerrit Code Review
commit c35cd0302d

View File

@ -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 {