Merge "Ensure side-by-side diff lines don't collapse to 0px height"
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user