Merge "Ensure side-by-side diff lines don't collapse to 0px height"

This commit is contained in:
Wyatt Allen
2016-12-12 20:35:55 +00:00
committed by Gerrit Code Review

View File

@@ -138,6 +138,10 @@ limitations under the License.
.content.remove.lightHighlight {
background-color: var(--light-remove-highlight-color);
}
.content .contentText:after {
/* Newline, to ensure all lines are one line-height tall. */
content: '\A';
}
.contextControl {
background-color: #fef;
color: #849;