mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18: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;
|
||||
}
|
||||
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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue