mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 05:38:41 -09:00
term: specify line-height in px
This commit is contained in:
parent
27cf69fea3
commit
b7362d18aa
1 changed files with 3 additions and 1 deletions
|
|
@ -256,7 +256,9 @@ export default class Term extends Component {
|
||||||
border-width: 1px !important;
|
border-width: 1px !important;
|
||||||
}
|
}
|
||||||
x-row {
|
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}
|
${hyperCaret}
|
||||||
${scrollBarCss}
|
${scrollBarCss}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue