mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 13:48:41 -09:00
Revert "term: specify line-height in px"
This reverts commit b7362d18aa.
Reasoning: https://github.com/zeit/hyper/issues/1630
This commit is contained in:
parent
a4618a55af
commit
237595cec8
1 changed files with 1 additions and 3 deletions
|
|
@ -261,9 +261,7 @@ export default class Term extends Component {
|
||||||
border-width: 1px !important;
|
border-width: 1px !important;
|
||||||
}
|
}
|
||||||
x-row {
|
x-row {
|
||||||
/* for now, we match the line-height with the fixed height
|
line-height: 1.2em;
|
||||||
* of 14px that hterm sets */
|
|
||||||
line-height: 14px;
|
|
||||||
}
|
}
|
||||||
${hyperCaret}
|
${hyperCaret}
|
||||||
${scrollBarCss}
|
${scrollBarCss}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue