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

Bug: Issue 5091
Change-Id: I647205b2d1c05ddc0c871647331fbe3f773c04b5
This commit is contained in:
Aaron Gable
2016-12-09 12:30:29 -08:00
parent d01ad017e4
commit d5d9a13ec8

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;