Set 'line-height: normal' for lines in side-by-side diff
On some browsers, accented characters are not displayed correctly because the line is not high enough. Bug: Issue 2970 Change-Id: I7a4e64f69f7d3c96a58d1bd1930d9f6c23896d14
This commit is contained in:
parent
825125a03b
commit
1dbc53126c
@ -42,6 +42,7 @@ limitations under the License.
|
||||
overflow: hidden;
|
||||
border-right: 0;
|
||||
width: auto;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/* Preserve space for underscores. If this changes
|
||||
|
Loading…
Reference in New Issue
Block a user