Set line height same as font size (#1841)

fixes cut font on last line
This commit is contained in:
Andrej Mihaliak 2017-06-16 09:58:49 +02:00 committed by CHaBou
parent ab703b5bf2
commit 5ec705000f

View file

@ -255,7 +255,7 @@ export default class Term extends Component {
border-width: 1px !important;
}
x-row {
line-height: 1.2em;
line-height: 1em;
}
${hyperCaret}
${scrollBarCss}