Revert "term: specify line-height in px"

This reverts commit b7362d18aa.

Reasoning: https://github.com/zeit/hyper/issues/1630
This commit is contained in:
Matheus Fernandes 2017-03-10 14:34:45 -03:00
parent a4618a55af
commit 237595cec8
No known key found for this signature in database
GPG key ID: DD07CA4EA7B65C4F

View file

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