term: specify line-height in px

This commit is contained in:
Guillermo Rauch 2017-02-17 21:34:28 -03:00
parent 27cf69fea3
commit b7362d18aa

View file

@ -256,7 +256,9 @@ export default class Term extends Component {
border-width: 1px !important;
}
x-row {
line-height: 1.2em;
/* for now, we match the line-height with the fixed height
* of 14px that hterm sets */
line-height: 14px;
}
${hyperCaret}
${scrollBarCss}