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