Increase padding-bottom to 0.11em on CodeMirror lines

Underscores were reported missing under certain zoom levels
in Firefox.
(https://groups.google.com/forum/#!topic/repo-discuss/_tFbbWg6KLU)
Increased the padding to 0.11em.

Change-Id: Ic4a689ba37996b0465d9d06f75b424e80ab30848
This commit is contained in:
Michael Zhou 2013-08-16 10:45:21 -07:00
parent 022fdb5c7b
commit 15a9612308

View File

@ -27,11 +27,11 @@ limitations under the License.
}
.difftable .CodeMirror pre {
padding: 0;
padding-bottom: 0.1em;
padding-bottom: 0.11em;
overflow: hidden;
}
.difftable .CodeMirror pre span {
padding-bottom: 0.1em;
padding-bottom: 0.11em;
}
.sidePanelCell {
width: 10px;
@ -95,7 +95,7 @@ limitations under the License.
background-color: inherit !important;
}
.difftable .CodeMirror-linenumber {
height: 1.1em;
height: 1.11em;
cursor: pointer;
}
.hideNumber .CodeMirror-linenumber {